Commit
·
48c4603
1
Parent(s):
47de3a0
Fine tuning on first 10k dataset for 5 epochs, made the model's head as Trainable
Browse files- adapter_config.json +2 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
| 7 |
"init_lora_weights": true,
|
| 8 |
"layers_pattern": null,
|
| 9 |
"layers_to_transform": null,
|
| 10 |
-
"lora_alpha":
|
| 11 |
"lora_dropout": 0.05,
|
| 12 |
"modules_to_save": null,
|
| 13 |
"peft_type": "LORA",
|
| 14 |
-
"r":
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q",
|
|
|
|
| 7 |
"init_lora_weights": true,
|
| 8 |
"layers_pattern": null,
|
| 9 |
"layers_to_transform": null,
|
| 10 |
+
"lora_alpha": 16,
|
| 11 |
"lora_dropout": 0.05,
|
| 12 |
"modules_to_save": null,
|
| 13 |
"peft_type": "LORA",
|
| 14 |
+
"r": 8,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q",
|
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:7dde852d2bfa33a10b7a3eb5e17457cdb1995fc217d74241afbce60284e11b81
|
| 3 |
+
size 9543245
|