danielhanchen
commited on
Commit
•
243a5d9
1
Parent(s):
f1f90b4
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 |
],
|
@@ -17,6 +17,7 @@
|
|
17 |
"num_attention_heads": 64,
|
18 |
"num_hidden_layers": 80,
|
19 |
"num_key_value_heads": 8,
|
|
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": {
|
@@ -30,6 +31,7 @@
|
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.44.2",
|
|
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 128256
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Meta-Llama-3.1-70B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
17 |
"num_attention_heads": 64,
|
18 |
"num_hidden_layers": 80,
|
19 |
"num_key_value_heads": 8,
|
20 |
+
"pad_token_id": 128004,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
|
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.44.2",
|
34 |
+
"unsloth_version": "2024.9",
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 128256
|
37 |
}
|