ljcamargo commited on
Commit
1efe19f
1 Parent(s): 39d9cc0

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
  "q_proj",
25
- "up_proj",
26
  "v_proj",
 
27
  "k_proj",
28
- "gate_proj",
29
- "down_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
 
24
  "v_proj",
25
+ "down_proj",
26
  "k_proj",
27
+ "o_proj",
28
+ "up_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b55a40a7dc8be2e9d1d437cfc4f1c2c00d573c59bd8f6b120765cc5227df1e3a
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1981319d57f9e0ad70169c5df4898d17b28837d73b54554eef3623b0347f20f1
3
  size 167832240
tokenizer_config.json CHANGED
@@ -2059,6 +2059,6 @@
2059
  ],
2060
  "model_max_length": 8192,
2061
  "pad_token": "<|reserved_special_token_250|>",
2062
- "padding_side": "left",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2059
  ],
2060
  "model_max_length": 8192,
2061
  "pad_token": "<|reserved_special_token_250|>",
2062
+ "padding_side": "right",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae969f71a301be032463afc0a37c4743495678250fb603b17e50bfb228ca896f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00002c8b6c4c2f45e0db07954f18097260a84b704330ff0c4b000aaf7ee2f6bc
3
  size 5432