RuoxiL commited on
Commit
649f461
·
verified ·
1 Parent(s): 56842d7

Training in progress, step 400

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "v_proj",
25
- "up_proj",
26
- "gate_proj",
27
  "down_proj",
28
  "q_proj",
 
 
 
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
23
  "down_proj",
24
  "q_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "v_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fe0a2351f0f22a1ac4584ac734f8bc00d6afff09e3df614070f6ac3a2402f35
3
  size 2684416208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdad58eccfdceb30752f806b2ff357a91edbeafd504f061fbbda26a09756b502
3
  size 2684416208
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32001,
3
+ "<|im_start|>": 32000
4
+ }
runs/Apr21_16-58-14_e02/events.out.tfevents.1713733110.e02 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb959d75b80e5e104b85ea7985ad59027d05d0a3d275c101f26013cb47460486
3
+ size 13407
tokenizer.json CHANGED
@@ -152,6 +152,7 @@
152
  "end_of_word_suffix": null,
153
  "fuse_unk": true,
154
  "byte_fallback": true,
 
155
  "vocab": {
156
  "<unk>": 0,
157
  "<s>": 1,
 
152
  "end_of_word_suffix": null,
153
  "fuse_unk": true,
154
  "byte_fallback": true,
155
+ "ignore_merges": false,
156
  "vocab": {
157
  "<unk>": 0,
158
  "<s>": 1,
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79f4ff7fb8b6e4de2b051c8c4ec9a4d200edc390be50360d35e1b68111694f89
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28af4fdc9821354834943949d9628c727ac75ba4675b5e0069c5787a1b52677
3
+ size 5048