Uploading model files
Browse files- README.md +2 -0
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -8,6 +8,8 @@ base_model: microsoft/Phi-3.5-mini-instruct
|
|
8 |
should probably proofread and complete it, then remove this comment. -->
|
9 |
|
10 |
# lora
|
|
|
|
|
11 |
## Model description
|
12 |
|
13 |
More information needed
|
|
|
8 |
should probably proofread and complete it, then remove this comment. -->
|
9 |
|
10 |
# lora
|
11 |
+
|
12 |
+
|
13 |
## Model description
|
14 |
|
15 |
More information needed
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"qkv_proj",
|
25 |
"gate_up_proj",
|
26 |
-
"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
|
|
24 |
"gate_up_proj",
|
25 |
+
"o_proj",
|
26 |
+
"qkv_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 201361312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98b6b9f5a4ae4d6331727f0172b8166d55551f111a8112569561dd4d4c9c31d3
|
3 |
size 201361312
|
tokenizer_config.json
CHANGED
@@ -125,7 +125,7 @@
|
|
125 |
"eos_token": "<|endoftext|>",
|
126 |
"extra_special_tokens": {},
|
127 |
"legacy": false,
|
128 |
-
"model_max_length":
|
129 |
"pad_token": "<|endoftext|>",
|
130 |
"padding_side": "right",
|
131 |
"sp_model_kwargs": {},
|
|
|
125 |
"eos_token": "<|endoftext|>",
|
126 |
"extra_special_tokens": {},
|
127 |
"legacy": false,
|
128 |
+
"model_max_length": 16384,
|
129 |
"pad_token": "<|endoftext|>",
|
130 |
"padding_side": "right",
|
131 |
"sp_model_kwargs": {},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cbf941cc0139097b0ce67dfab91a84ea8bf6dcb59777dc3466cd8a4ebc2c2d4
|
3 |
size 5688
|