Upload folder using huggingface_hub
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +3 -0
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"down_proj",
|
24 |
-
"v_proj",
|
25 |
"gate_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"k_proj",
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"q_proj",
|
25 |
+
"o_proj",
|
26 |
"down_proj",
|
|
|
27 |
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"v_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:
|
3 |
size 45118424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d98bc161c628c0cfdf3cffc1d79586c60f030328c00c74a29e2dc34c97e2c17c
|
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": "
|
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9feded8c6c180cbf5d1d96523467ea68adb755d4233f43eda8b8f0723fd7fa44
|
3 |
+
size 5560
|