Training in progress, step 300
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
23 |
-
"up_proj",
|
24 |
"gate_proj",
|
25 |
-
"
|
26 |
-
"v_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
|
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"v_proj",
|
26 |
+
"q_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281061608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:063bbde71f84a18f25f8dae7f25dee0d287c4550c5b65cb018af1fc55dd11dc6
|
3 |
size 281061608
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d6215a31824d9b2ebeb741ec9b5d6724093a5ee36b22bf091f6ee0a993c278e
|
3 |
size 6520
|