Update text_encoder/config.json
#15
by
Jiqing
- opened
- 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 |
"scalable_attention": true,
|
| 28 |
-
"tie_word_embeddings":
|
| 29 |
"tokenizer_class": "T5Tokenizer",
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.48.0.dev0",
|
|
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"scalable_attention": true,
|
| 28 |
+
"tie_word_embeddings": true,
|
| 29 |
"tokenizer_class": "T5Tokenizer",
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.48.0.dev0",
|