Training in progress, step 41
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"target_modules": [
|
| 22 |
"lm_head",
|
| 23 |
"k_proj",
|
| 24 |
-
"down_proj",
|
| 25 |
-
"q_proj",
|
| 26 |
-
"gate_proj",
|
| 27 |
"o_proj",
|
| 28 |
"v_proj",
|
| 29 |
-
"up_proj"
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_rslora": false
|
|
|
|
| 21 |
"target_modules": [
|
| 22 |
"lm_head",
|
| 23 |
"k_proj",
|
|
|
|
|
|
|
|
|
|
| 24 |
"o_proj",
|
| 25 |
"v_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"q_proj",
|
| 29 |
+
"down_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1622864760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d60564d7a413e8e36efafb17e2dcbcd5c34faf39bb1bd5d36db3563ddacecc9
|
| 3 |
size 1622864760
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2771ec2698915b02c6c778d2a635df3538ad5bdf2aaa99cbd97819036e9a5f5
|
| 3 |
size 4728
|