Update text_encoder/config.json
Browse files- text_encoder/config.json +1 -1
text_encoder/config.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
-
"torch_dtype": "
|
| 29 |
"transformers_version": "4.44.2",
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 32128
|
|
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
"transformers_version": "4.44.2",
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 32128
|