Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"sep_token_id": 3,
|
| 22 |
"pooling": "mean",
|
| 23 |
"normalize_embeddings": true,
|
| 24 |
-
"attention_backend": "
|
| 25 |
"torch_fallback": false,
|
| 26 |
"torch_dtype": "bfloat16",
|
| 27 |
"transformers_version": "custom"
|
|
|
|
| 21 |
"sep_token_id": 3,
|
| 22 |
"pooling": "mean",
|
| 23 |
"normalize_embeddings": true,
|
| 24 |
+
"attention_backend": "torch",
|
| 25 |
"torch_fallback": false,
|
| 26 |
"torch_dtype": "bfloat16",
|
| 27 |
"transformers_version": "custom"
|