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 |
"k_proj",
|
20 |
-
"gate_proj",
|
21 |
-
"down_proj",
|
22 |
-
"v_proj",
|
23 |
"q_proj",
|
|
|
24 |
"up_proj",
|
25 |
-
"
|
|
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"k_proj",
|
|
|
|
|
|
|
20 |
"q_proj",
|
21 |
+
"o_proj",
|
22 |
"up_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"v_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:a451621d54d9c9bafd3fd1080ed79bc284db3df0a3f054bb694fb734653c8dd7
|
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:efd40d2a28d918b7b3f6abee79e5bb69eb40f8693863ac5ee3c8a0810bf607c5
|
3 |
size 4600
|