Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 128,
|
| 16 |
"lora_bias": false,
|
| 17 |
-
"lora_dropout": 0.
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": [
|
|
@@ -27,10 +27,10 @@
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
-
"
|
| 31 |
-
"query",
|
| 32 |
"value",
|
| 33 |
-
"
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "SEQ_CLS",
|
| 36 |
"use_dora": false,
|
|
|
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 128,
|
| 16 |
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0.1,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": [
|
|
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
+
"dense",
|
|
|
|
| 31 |
"value",
|
| 32 |
+
"key",
|
| 33 |
+
"query"
|
| 34 |
],
|
| 35 |
"task_type": "SEQ_CLS",
|
| 36 |
"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 399800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c798ef934380b1926309228c6b3e28d3017824dccd241163690538df9cb11a10
|
| 3 |
size 399800
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f71744b73d7133e204c343204112650286c1a49426fcc953d0dc5092b0d39cc0
|
| 3 |
size 5432
|