Training in progress, step 500
Browse files- adapter_config.json +5 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -8,15 +8,19 @@
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
|
|
|
| 11 |
"lora_alpha": 32,
|
| 12 |
"lora_dropout": 0.1,
|
|
|
|
|
|
|
| 13 |
"modules_to_save": null,
|
| 14 |
"peft_type": "LORA",
|
| 15 |
"r": 8,
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"
|
|
|
|
| 20 |
],
|
| 21 |
"task_type": "CAUSAL_LM"
|
| 22 |
}
|
|
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
"lora_alpha": 32,
|
| 13 |
"lora_dropout": 0.1,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
"modules_to_save": null,
|
| 17 |
"peft_type": "LORA",
|
| 18 |
"r": 8,
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"value_proj",
|
| 23 |
+
"query_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
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:be5331f91b5f0958119f2c63e29d5bdc40409bb5d33234e27cb273ab34f6456a
|
| 3 |
+
size 1186712
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b136415f04b3796478749b06e6ce3449e47c4a70fd5e1cf0c9ee42fbe3ccbb88
|
| 3 |
size 4536
|