tuanna08go
commited on
Training in progress, step 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
"up_proj",
|
25 |
-
"gate_proj",
|
26 |
"down_proj",
|
27 |
-
"q_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
"up_proj",
|
|
|
25 |
"down_proj",
|
|
|
26 |
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 27024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69645991c7cf506d5c30861569e6ed7d76b249f5689bfe534299d4c063f021da
|
3 |
size 27024
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6308be045fdc0e3ed396fe037bc4e24690208930c0d7ae981859e98692f767d6
|
3 |
size 6776
|