danielhanchen
commited on
Upload config
Browse files- config.json +3 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -21,6 +21,7 @@
|
|
21 |
"num_attention_heads": 64,
|
22 |
"num_hidden_layers": 80,
|
23 |
"num_key_value_heads": 8,
|
|
|
24 |
"pretraining_tp": 1,
|
25 |
"rms_norm_eps": 1e-05,
|
26 |
"rope_scaling": {
|
@@ -34,6 +35,7 @@
|
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "bfloat16",
|
36 |
"transformers_version": "4.44.2",
|
|
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 128256
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Meta-Llama-3.1-70B-Instruct",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
21 |
"num_attention_heads": 64,
|
22 |
"num_hidden_layers": 80,
|
23 |
"num_key_value_heads": 8,
|
24 |
+
"pad_token_id": 128004,
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
"rope_scaling": {
|
|
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.44.2",
|
38 |
+
"unsloth_version": "2024.9",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 128256
|
41 |
}
|