Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -141,6 +141,7 @@ config_json['vision_config'].update({
|
|
| 141 |
"block_args": block_args,
|
| 142 |
}
|
| 143 |
})
|
|
|
|
| 144 |
|
| 145 |
with open(f"{save_folder}/config.json", "w", encoding='utf-8') as f:
|
| 146 |
json.dump(config_json, f, indent=2)
|
|
|
|
| 141 |
"block_args": block_args,
|
| 142 |
}
|
| 143 |
})
|
| 144 |
+
config_json['tie_word_embeddings'] = True
|
| 145 |
|
| 146 |
with open(f"{save_folder}/config.json", "w", encoding='utf-8') as f:
|
| 147 |
json.dump(config_json, f, indent=2)
|