sravanthib commited on
Commit
8e9a176
·
verified ·
1 Parent(s): 5c91c79

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
 
27
  "up_proj",
 
28
  "down_proj",
29
  "v_proj",
30
- "k_proj",
31
- "o_proj",
32
- "gate_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
27
+ "gate_proj",
28
  "up_proj",
29
+ "k_proj",
30
  "down_proj",
31
  "v_proj",
32
+ "o_proj"
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f187171011cfe02ee7c0bf42a5eca3418bc0fd4f8a82ee1238c06032469a30e4
3
  size 40422208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0091ea791a2466438996d146c79a4d8506f974a2897d99b055b3912dec95156
3
  size 40422208
tokenizer_config.json CHANGED
@@ -199,6 +199,7 @@
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
 
202
  "model_max_length": 131072,
203
  "pad_token": "<|endoftext|>",
204
  "padding_side": "right",
 
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
+ "extra_special_tokens": {},
203
  "model_max_length": 131072,
204
  "pad_token": "<|endoftext|>",
205
  "padding_side": "right",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bae23694792cc057ea9e2430d2932db428c8c590a0ee2ec912f1a93c26998804
3
- size 9400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b47f210b32fd572bb84f762501d85dc7a7504e4e9311c595e928974722ac2f2
3
+ size 9528