Training in progress, step 500
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,16 +23,16 @@
|
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": null,
|
| 25 |
"peft_type": "LORA",
|
| 26 |
-
"r":
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
-
"
|
|
|
|
| 31 |
"value",
|
|
|
|
| 32 |
"dense",
|
| 33 |
-
"
|
| 34 |
-
"qkv",
|
| 35 |
-
"projection"
|
| 36 |
],
|
| 37 |
"task_type": null,
|
| 38 |
"trainable_token_indices": null,
|
|
|
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": null,
|
| 25 |
"peft_type": "LORA",
|
| 26 |
+
"r": 16,
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
+
"query",
|
| 31 |
+
"projection",
|
| 32 |
"value",
|
| 33 |
+
"key",
|
| 34 |
"dense",
|
| 35 |
+
"qkv"
|
|
|
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": null,
|
| 38 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b34e3751dccf71c97362fdbc98430805002be798899649b2fc0c5b7307d2cb6
|
| 3 |
+
size 19017536
|
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:8c3b3e7c9305f2823e4e84f26464a79b194af125bd9056c597794f354cb9d8d5
|
| 3 |
size 5432
|