Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
| 29 |
},
|
| 30 |
"rope_theta": 1000000.0,
|
| 31 |
"sliding_window": 32768,
|
|
|
|
| 32 |
"text_config": {
|
| 33 |
"architectures": [
|
| 34 |
"Qwen2VLForConditionalGeneration"
|
|
|
|
| 29 |
},
|
| 30 |
"rope_theta": 1000000.0,
|
| 31 |
"sliding_window": 32768,
|
| 32 |
+
"tie_word_embeddings": true,
|
| 33 |
"text_config": {
|
| 34 |
"architectures": [
|
| 35 |
"Qwen2VLForConditionalGeneration"
|