Training in progress, step 5
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,14 +24,14 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"out_proj",
|
|
|
|
| 28 |
"v_proj",
|
| 29 |
"w3",
|
| 30 |
-
"w2",
|
| 31 |
-
"k_proj",
|
| 32 |
"in_proj",
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"w2",
|
| 28 |
"out_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
"v_proj",
|
| 31 |
"w3",
|
|
|
|
|
|
|
| 32 |
"in_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"w1"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 95969208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af80a1a35b7f6c74487e33885354536d67134cabd913b4cf261df60a57f5b6d4
|
| 3 |
size 95969208
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c7bec2e83956af2992161bfef73f748e389f68ef58920869c45786d25a439e7
|
| 3 |
size 5841
|