Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "Qwen/Qwen2-
|
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:
|
3 |
-
size
|
|
|
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":
|
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:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6468c35a2684fbb6502e7283b841b08ffe4068eeeffe6a115df9b7fea8f68918
|
3 |
size 5368
|