Training in progress, step 1000
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- special_tokens_map.json +1 -7
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -8,18 +8,18 @@
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
-
"lora_alpha":
|
| 12 |
"lora_dropout": 0.05,
|
| 13 |
"modules_to_save": null,
|
| 14 |
"peft_type": "LORA",
|
| 15 |
-
"r":
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
|
|
|
| 19 |
"o_proj",
|
| 20 |
-
"v_proj",
|
| 21 |
"k_proj",
|
| 22 |
-
"
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
|
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
+
"lora_alpha": 512,
|
| 12 |
"lora_dropout": 0.05,
|
| 13 |
"modules_to_save": null,
|
| 14 |
"peft_type": "LORA",
|
| 15 |
+
"r": 256,
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
+
"q_proj",
|
| 20 |
"o_proj",
|
|
|
|
| 21 |
"k_proj",
|
| 22 |
+
"v_proj"
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
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:c32ec1dd7d848dd71fb0a360af25f7634b3b9bf50913bae5e73da29921b1caf1
|
| 3 |
+
size 872450448
|
special_tokens_map.json
CHANGED
|
@@ -18,13 +18,7 @@
|
|
| 18 |
"rstrip": false,
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
-
"pad_token":
|
| 22 |
-
"content": "</s>",
|
| 23 |
-
"lstrip": false,
|
| 24 |
-
"normalized": false,
|
| 25 |
-
"rstrip": false,
|
| 26 |
-
"single_word": false
|
| 27 |
-
},
|
| 28 |
"unk_token": {
|
| 29 |
"content": "<unk>",
|
| 30 |
"lstrip": false,
|
|
|
|
| 18 |
"rstrip": false,
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
+
"pad_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"unk_token": {
|
| 23 |
"content": "<unk>",
|
| 24 |
"lstrip": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d1fc1ed356d8da00a2d95a8028eab9e7851a3c0bd08f73cbee1e1cd937cb80
|
| 3 |
size 4664
|