Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -17,12 +17,12 @@
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
20 |
-
"gate_proj",
|
21 |
-
"q_proj",
|
22 |
-
"down_proj",
|
23 |
"up_proj",
|
|
|
|
|
|
|
24 |
"k_proj",
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
|
|
|
|
|
|
20 |
"up_proj",
|
21 |
+
"q_proj",
|
22 |
+
"o_proj",
|
23 |
+
"gate_proj",
|
24 |
"k_proj",
|
25 |
+
"down_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a142d7547709a378ac5f3a807d186228b744d9c5c999359826f6c839e4b3837
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35a77632f740012105d595940535aaf7b83e16c068c7fe3bee534a6f171ebfcc
|
3 |
size 4600
|