Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -16,14 +16,14 @@
|
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
-
"r":
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"value_proj",
|
| 24 |
-
"query_proj",
|
| 25 |
"key_proj",
|
| 26 |
-
"dense"
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
"task_type": "TOKEN_CLS",
|
| 29 |
"use_dora": false,
|
|
|
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"key_proj",
|
| 24 |
+
"dense",
|
| 25 |
+
"query_proj",
|
| 26 |
+
"value_proj"
|
| 27 |
],
|
| 28 |
"task_type": "TOKEN_CLS",
|
| 29 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38b69c9a4cb1a9e27533db022f77f2662825200497e11dfd93a8514669dd4d23
|
| 3 |
+
size 14251308
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43d42b38bc165a61392ee00ac5697855edb40b1c86d3e3fecf1b67710c0e5c43
|
| 3 |
size 4984
|