CYX1998 commited on
Commit
294b8db
·
verified ·
1 Parent(s): e5b9dfd

Fix pytorch_model.bin.index.json: add missing embed_tokens.weight for tie_word_embeddings

Browse files
Files changed (1) hide show
  1. pytorch_model.bin.index.json +2 -2
pytorch_model.bin.index.json CHANGED
@@ -5,7 +5,6 @@
5
  },
6
  "weight_map": {
7
  "lm_head.weight": "pytorch_model-00001-of-00002.bin",
8
- "model.language_model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
9
  "model.language_model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
10
  "model.language_model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
11
  "model.language_model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
@@ -717,6 +716,7 @@
717
  "model.visual.merger.norm.weight": "pytorch_model-00001-of-00002.bin",
718
  "model.visual.patch_embed.proj.bias": "pytorch_model-00001-of-00002.bin",
719
  "model.visual.patch_embed.proj.weight": "pytorch_model-00001-of-00002.bin",
720
- "model.visual.pos_embed.weight": "pytorch_model-00001-of-00002.bin"
 
721
  }
722
  }
 
5
  },
6
  "weight_map": {
7
  "lm_head.weight": "pytorch_model-00001-of-00002.bin",
 
8
  "model.language_model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
9
  "model.language_model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
10
  "model.language_model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
 
716
  "model.visual.merger.norm.weight": "pytorch_model-00001-of-00002.bin",
717
  "model.visual.patch_embed.proj.bias": "pytorch_model-00001-of-00002.bin",
718
  "model.visual.patch_embed.proj.weight": "pytorch_model-00001-of-00002.bin",
719
+ "model.visual.pos_embed.weight": "pytorch_model-00001-of-00002.bin",
720
+ "model.language_model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin"
721
  }
722
  }