Upload model files
Browse files- config.json +4 -0
config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"attention_bias": false,
|
3 |
"attention_dropout": 0.0,
|
4 |
"bos_token_id": 128000,
|
@@ -19,6 +22,7 @@
|
|
19 |
"rope_scaling": null,
|
20 |
"rope_theta": 10000.0,
|
21 |
"tie_word_embeddings": false,
|
|
|
22 |
"transformers_version": "4.51.3",
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 64000
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
|
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.51.3",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 64000
|