abhinavkulkarni
commited on
Commit
•
968f277
1
Parent(s):
392317f
Upload config
Browse files- config.json +5 -1
config.json
CHANGED
@@ -13,11 +13,15 @@
|
|
13 |
"model_type": "llama",
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
|
|
16 |
"pad_token_id": 0,
|
|
|
17 |
"rms_norm_eps": 1e-06,
|
|
|
|
|
18 |
"tie_word_embeddings": false,
|
19 |
"torch_dtype": "float16",
|
20 |
-
"transformers_version": "4.
|
21 |
"use_cache": true,
|
22 |
"vocab_size": 32000
|
23 |
}
|
|
|
13 |
"model_type": "llama",
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
+
"num_key_value_heads": 32,
|
17 |
"pad_token_id": 0,
|
18 |
+
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000.0,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.33.1",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|