Training in progress, epoch 1
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,17 +29,17 @@
|
|
| 29 |
"peft_type": "LORA",
|
| 30 |
"peft_version": "0.18.1",
|
| 31 |
"qalora_group_size": 16,
|
| 32 |
-
"r":
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"
|
| 37 |
"k_proj",
|
| 38 |
-
"
|
| 39 |
-
"v_proj",
|
| 40 |
"q_proj",
|
| 41 |
-
"
|
| 42 |
-
"
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "SEQ_CLS",
|
|
|
|
| 29 |
"peft_type": "LORA",
|
| 30 |
"peft_version": "0.18.1",
|
| 31 |
"qalora_group_size": 16,
|
| 32 |
+
"r": 64,
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
+
"up_proj",
|
| 37 |
"k_proj",
|
| 38 |
+
"gate_proj",
|
|
|
|
| 39 |
"q_proj",
|
| 40 |
+
"down_proj",
|
| 41 |
+
"v_proj",
|
| 42 |
+
"o_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "SEQ_CLS",
|
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:a1dd47ab17554fadd47f87d6563e400b930182e5d77f534fcb34585048871d33
|
| 3 |
+
size 60799328
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e462fcd4d14c342b925fb53cc2f57440c52449393d4a592f56bbd3302ae473d9
|
| 3 |
size 5201
|