DrDomedag commited on
Commit
d702dc8
1 Parent(s): f80e72c

Training in progress, step 5

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
  "k_proj",
25
- "up_proj",
26
- "gate_proj",
27
  "down_proj",
28
  "o_proj",
 
 
 
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "k_proj",
 
 
24
  "down_proj",
25
  "o_proj",
26
+ "q_proj",
27
+ "gate_proj",
28
+ "up_proj",
29
  "v_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:8660ab4ee2b28ccd2ed80557c7c998112d5d1cd33aca58506f44ac6ac799cf1a
3
  size 45118424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6590f3cee3282669451444027bd212d39cfb9d722355123b5de417673d8be6e0
3
  size 45118424
tokenizer_config.json CHANGED
@@ -2059,6 +2059,6 @@
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|finetune_right_pad_id|>",
2062
- "padding_side": "left",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|finetune_right_pad_id|>",
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:2d585bac9a839eb26dca19fb4883c361c5f9a3d62f63a65b1f575f9410d77b3d
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0e3c8cae63d5993a0ad0d24febb08cca252e82903551d60efa14b649bc975c
3
  size 5624