Upload model
Browse files- README.md +3 -0
- adapter_config.json +4 -1
- adapter_model.bin +2 -2
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
adapter_config.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"base_model_name_or_path":
|
| 3 |
"bias": "none",
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
|
|
|
|
|
|
| 7 |
"lora_alpha": 32,
|
| 8 |
"lora_dropout": 0.05,
|
| 9 |
"modules_to_save": null,
|
| 10 |
"peft_type": "LORA",
|
| 11 |
"r": 16,
|
|
|
|
| 12 |
"target_modules": [
|
| 13 |
"q_proj",
|
| 14 |
"v_proj"
|
|
|
|
| 1 |
{
|
| 2 |
+
"base_model_name_or_path": null,
|
| 3 |
"bias": "none",
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
| 7 |
+
"layers_pattern": null,
|
| 8 |
+
"layers_to_transform": null,
|
| 9 |
"lora_alpha": 32,
|
| 10 |
"lora_dropout": 0.05,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
"r": 16,
|
| 14 |
+
"revision": null,
|
| 15 |
"target_modules": [
|
| 16 |
"q_proj",
|
| 17 |
"v_proj"
|
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:09d775a7b44f52a444f52eaa09ac59c8f65b076791c3e8dca0e9d8b2fc7358d2
|
| 3 |
+
size 21020237
|