limajr commited on
Commit
dc462c9
·
verified ·
1 Parent(s): 85e000e

Fix: correct LLaMA weight mapping

Browse files
Files changed (2) hide show
  1. config.json +4 -1
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -13,5 +13,8 @@
13
  "rms_norm_eps": 1e-05,
14
  "rope_theta": 10000.0,
15
  "torch_dtype": "bfloat16",
16
- "transformers_version": "4.40.0"
 
 
 
17
  }
 
13
  "rms_norm_eps": 1e-05,
14
  "rope_theta": 10000.0,
15
  "torch_dtype": "bfloat16",
16
+ "tie_word_embeddings": false,
17
+ "bos_token_id": 1,
18
+ "eos_token_id": 2,
19
+ "pad_token_id": 3
20
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7a40eff6f949ff68369baeaf3f33adcaec6621c6352ecee5e426a7db74d6b61
3
- size 4515653991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9574cd4d73f69ca63f072acd4e19144c6dca6157d47cc07109df1db0a7ec2411
3
+ size 4515641019