Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -33,5 +33,6 @@
|
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.44.2",
|
| 35 |
"use_cache": true,
|
| 36 |
-
"vocab_size": 256000
|
|
|
|
| 37 |
}
|
|
|
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.44.2",
|
| 35 |
"use_cache": true,
|
| 36 |
+
"vocab_size": 256000,
|
| 37 |
+
"_attn_implementation": "eager"
|
| 38 |
}
|