Upload 2 files
Browse filesupdated LORA weights - trained on cleaned dataset Apr 2, 2023 snapshot
- adapter_config.json +4 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -10,10 +10,12 @@
|
|
| 10 |
"merge_weights": false,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
-
"r":
|
| 14 |
"target_modules": [
|
| 15 |
"q_proj",
|
| 16 |
-
"
|
|
|
|
|
|
|
| 17 |
],
|
| 18 |
"task_type": "CAUSAL_LM"
|
| 19 |
}
|
|
|
|
| 10 |
"merge_weights": false,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
+
"r": 16,
|
| 14 |
"target_modules": [
|
| 15 |
"q_proj",
|
| 16 |
+
"k_proj",
|
| 17 |
+
"v_proj",
|
| 18 |
+
"o_proj"
|
| 19 |
],
|
| 20 |
"task_type": "CAUSAL_LM"
|
| 21 |
}
|
adapter_model.bin
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:e383d899e21d02f29e3c9fd5a8884f391a4e3a10b9fb227b98e6a401160a0fa7
|
| 3 |
+
size 67201357
|