Nhut commited on
Commit
ca995be
1 Parent(s): 72f6076

Training in progress, step 40

Browse files
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
  "v_proj",
25
- "q_proj",
26
- "lm_head",
27
  "k_proj",
28
- "gate_proj",
29
  "o_proj",
30
- "down_proj"
 
 
 
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "v_proj",
 
 
24
  "k_proj",
 
25
  "o_proj",
26
+ "down_proj",
27
+ "lm_head",
28
+ "q_proj",
29
+ "gate_proj",
30
+ "up_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae93bee2480b873a71677c303915a883f961a841b3cffc37d21eb4afdc1abba3
3
  size 2806378968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7ea5d36efa10d846b2db7ade71eccb1cb4f9640590e2fafc3a1ae94dfa5f89
3
  size 2806378968
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42839a109699cdc120237adbb523a49bef73ee0d852d3d190b39ab7c10fd6ca8
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe224013003257f4e17acf6611a78028ef75d8a01c01e573489e769aaaca846f
3
  size 5176