Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"fc_in",
|
|
|
27 |
"k_proj",
|
28 |
-
"q_proj",
|
29 |
-
"out_proj",
|
30 |
"wte",
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"fc_in",
|
27 |
+
"v_proj",
|
28 |
"k_proj",
|
|
|
|
|
29 |
"wte",
|
30 |
+
"out_proj",
|
31 |
+
"q_proj",
|
32 |
+
"fc_out"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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 755936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41342ddeaec0ce813178bba75e79cdb4b7b0fe8099923a53f652dcc982744147
|
3 |
size 755936
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c8654538b7edf0c505a156a9938e4cf939ed2bc2a17fa8ff05992ebeab4701
|
3 |
size 7352
|