Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "QIAIUNCC/EYE-Llama_gqa",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"LlamaForCausalLM"
|
| 5 |
-
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"bos_token_id": 1,
|
|
@@ -26,5 +24,7 @@
|
|
| 26 |
"torch_dtype": "float16",
|
| 27 |
"transformers_version": "4.48.3",
|
| 28 |
"use_cache": true,
|
| 29 |
-
"vocab_size": 32000
|
|
|
|
|
|
|
| 30 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "QIAIUNCC/EYE-Llama_gqa",
|
| 3 |
+
"architectures": ["LlamaForCausalLM"],
|
|
|
|
|
|
|
| 4 |
"attention_bias": false,
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 1,
|
|
|
|
| 24 |
"torch_dtype": "float16",
|
| 25 |
"transformers_version": "4.48.3",
|
| 26 |
"use_cache": true,
|
| 27 |
+
"vocab_size": 32000,
|
| 28 |
+
"tags": ["text-generation", "conversational"],
|
| 29 |
+
"library": "transformers"
|
| 30 |
}
|