yujiepan commited on
Commit
3e92e61
·
verified ·
1 Parent(s): 6110f58

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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)