Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -24,5 +24,6 @@
|
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
"use_cache": true,
|
27 |
-
"vocab_size": 256000
|
|
|
28 |
}
|
|
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
"use_cache": true,
|
27 |
+
"vocab_size": 256000,
|
28 |
+
"_attn_implementation": "eager"
|
29 |
}
|