DrDomedag commited on
Commit
9b0d7d8
·
verified ·
1 Parent(s): c151067

Training in progress, step 250

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "v_proj",
 
24
  "o_proj",
25
- "k_proj",
26
  "down_proj",
27
- "q_proj",
28
- "gate_proj",
29
- "up_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
+ "gate_proj",
26
  "o_proj",
27
+ "up_proj",
28
  "down_proj",
29
+ "k_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:3cd5b1e97441f28e41b7068fb8d44e6daa1c46739d5a705fd9b6d59c4a47cb30
3
  size 22573704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c103b7bb5bb1e6eaaa9d9f8954d133de26470d51bebaf248ccdf281c1581d4f2
3
  size 22573704
tokenizer_config.json CHANGED
@@ -2059,6 +2059,6 @@
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|finetune_right_pad_id|>",
2062
- "padding_side": "right",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|finetune_right_pad_id|>",
2062
+ "padding_side": "left",
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:e3f81ebf358e6f998efaa2938cc05340e75c0835e6ac5fcb57cd4dd34147d1b9
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272164c88984542290312d0615c0a72c0c48939096ec2e5d7f55fd4acf8b7655
3
  size 5624