Atipico1 commited on
Commit
4c554e0
1 Parent(s): e7b1568

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "Qwen/Qwen2-1.5B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
24
- "o_proj",
25
  "k_proj",
26
- "q_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
 
24
  "k_proj",
25
+ "q_proj",
26
+ "o_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be084b2864a73c4b83caaba69a568d0d4dcbb80366f25984b0dbfc3639f3f9f8
3
- size 69760376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef64e7f61c6278300455b9ab503bb69978078f372f7d7edb22093b7ed61a04cf
3
+ size 161510984
tokenizer_config.json CHANGED
@@ -35,7 +35,7 @@
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "<|im_end|>",
37
  "errors": "replace",
38
- "model_max_length": 32768,
39
  "pad_token": "<|im_end|>",
40
  "split_special_tokens": false,
41
  "tokenizer_class": "Qwen2Tokenizer",
 
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "<|im_end|>",
37
  "errors": "replace",
38
+ "model_max_length": 131072,
39
  "pad_token": "<|im_end|>",
40
  "split_special_tokens": false,
41
  "tokenizer_class": "Qwen2Tokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05d0190e2610db4b7d1e62551f98783c75fdb9d12c614c8789551b58ccfbf6f0
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6468c35a2684fbb6502e7283b841b08ffe4068eeeffe6a115df9b7fea8f68918
3
  size 5368