Upload folder using huggingface_hub
Browse files- new_lr_only_ce_really_fixed/adapter_1500/README.md +9 -0
- new_lr_only_ce_really_fixed/adapter_1500/adapter_config.json +24 -0
- new_lr_only_ce_really_fixed/adapter_1500/adapter_model.bin +3 -0
- new_lr_only_posix_100_really_fixed/adapter_1500/README.md +9 -0
- new_lr_only_posix_100_really_fixed/adapter_1500/adapter_config.json +24 -0
- new_lr_only_posix_100_really_fixed/adapter_1500/adapter_model.bin +3 -0
new_lr_only_ce_really_fixed/adapter_1500/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
### Framework versions
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
- PEFT 0.4.0
|
new_lr_only_ce_really_fixed/adapter_1500/adapter_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "LlavaMistralForCausalLM",
|
| 4 |
+
"parent_library": "llava.model.language_model.llava_mistral"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": "/share/ssddata/sarimhashmi/posix/llava_med/llava-med",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.05,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"peft_type": "LORA",
|
| 17 |
+
"r": 16,
|
| 18 |
+
"revision": null,
|
| 19 |
+
"target_modules": [
|
| 20 |
+
"q_proj",
|
| 21 |
+
"v_proj"
|
| 22 |
+
],
|
| 23 |
+
"task_type": null
|
| 24 |
+
}
|
new_lr_only_ce_really_fixed/adapter_1500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a79050438400ef359a30109af9337b0e103851d8d63c54e8dc527881ca88fd
|
| 3 |
+
size 33640010
|
new_lr_only_posix_100_really_fixed/adapter_1500/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
### Framework versions
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
- PEFT 0.4.0
|
new_lr_only_posix_100_really_fixed/adapter_1500/adapter_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "LlavaMistralForCausalLM",
|
| 4 |
+
"parent_library": "llava.model.language_model.llava_mistral"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": "/share/ssddata/sarimhashmi/posix/llava_med/llava-med",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.05,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"peft_type": "LORA",
|
| 17 |
+
"r": 16,
|
| 18 |
+
"revision": null,
|
| 19 |
+
"target_modules": [
|
| 20 |
+
"q_proj",
|
| 21 |
+
"v_proj"
|
| 22 |
+
],
|
| 23 |
+
"task_type": null
|
| 24 |
+
}
|
new_lr_only_posix_100_really_fixed/adapter_1500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d15345c515d70d1c7ec01f302b437a1f37e6599435cb5a9945f9b1ddf73bdf9
|
| 3 |
+
size 33640010
|