Training in progress, epoch 1
Browse files- adapter_config.json +8 -6
- adapter_model.safetensors +2 -2
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,20 +24,22 @@
|
|
| 24 |
"score"
|
| 25 |
],
|
| 26 |
"peft_type": "LORA",
|
| 27 |
-
"
|
|
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
-
"o_proj",
|
| 32 |
-
"down_proj",
|
| 33 |
-
"v_proj",
|
| 34 |
"q_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
"gate_proj",
|
| 37 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
],
|
| 39 |
"task_type": "SEQ_CLS",
|
| 40 |
"trainable_token_indices": null,
|
| 41 |
"use_dora": false,
|
|
|
|
| 42 |
"use_rslora": false
|
| 43 |
}
|
|
|
|
| 24 |
"score"
|
| 25 |
],
|
| 26 |
"peft_type": "LORA",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 8,
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 32 |
"q_proj",
|
|
|
|
| 33 |
"gate_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"o_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"up_proj",
|
| 38 |
+
"down_proj"
|
| 39 |
],
|
| 40 |
"task_type": "SEQ_CLS",
|
| 41 |
"trainable_token_indices": null,
|
| 42 |
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
"use_rslora": false
|
| 45 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b2d7206cb1446464c63f059f38318662d16f0762ad7fbfcce6f100fa84720d7
|
| 3 |
+
size 17654568
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d14fba4f2dfcd2267034313a2d5f79f25c4c300a02b94a3e89a6657b116e1df
|
| 3 |
+
size 11418534
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43b5942dc7264b0a0f28d937185acc916952ab5d2780d64f7c59e350383740a6
|
| 3 |
size 5368
|