Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -78,7 +78,7 @@
|
|
78 |
"temperature": 1.0,
|
79 |
"tf_legacy_loss": false,
|
80 |
"tie_encoder_decoder": false,
|
81 |
-
"tie_word_embeddings":
|
82 |
"tokenizer_class": null,
|
83 |
"top_k": 50,
|
84 |
"top_p": 1.0,
|
@@ -91,6 +91,7 @@
|
|
91 |
"vocab_size": 50244
|
92 |
},
|
93 |
"torch_dtype": "float32",
|
|
|
94 |
"transformers_version": null,
|
95 |
"vision_config": {
|
96 |
"_name_or_path": "",
|
|
|
78 |
"temperature": 1.0,
|
79 |
"tf_legacy_loss": false,
|
80 |
"tie_encoder_decoder": false,
|
81 |
+
"tie_word_embeddings": false,
|
82 |
"tokenizer_class": null,
|
83 |
"top_k": 50,
|
84 |
"top_p": 1.0,
|
|
|
91 |
"vocab_size": 50244
|
92 |
},
|
93 |
"torch_dtype": "float32",
|
94 |
+
"tie_word_embeddings": false,
|
95 |
"transformers_version": null,
|
96 |
"vision_config": {
|
97 |
"_name_or_path": "",
|