Update config.json with model_type
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
@@ -27,4 +28,4 @@
|
|
27 |
"transformers_version": "4.51.3",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32000
|
30 |
-
}
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
28 |
"transformers_version": "4.51.3",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 32000
|
31 |
+
}
|