ruslanmv commited on
Commit
9985fdc
1 Parent(s): 71c45d1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -16,14 +16,15 @@
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 8,
 
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float16",
25
- "transformers_version": "4.38.2",
26
- "unsloth_version": "2024.4",
27
  "use_cache": true,
28
  "vocab_size": 128256
29
  }
 
1
  {
2
+ "_name_or_path": "ruslanmv/Medical-Llama3-8B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 8,
19
+ "pad_token_id": 128255,
20
  "pretraining_tp": 1,
21
  "rms_norm_eps": 1e-05,
22
  "rope_scaling": null,
23
  "rope_theta": 500000.0,
24
  "tie_word_embeddings": false,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.40.2",
27
+ "unsloth_version": "2024.5",
28
  "use_cache": true,
29
  "vocab_size": 128256
30
  }