Upload folder using huggingface_hub
Browse files- only_0.5ce_posix_100_really_fixed/adapter_160/README.md +9 -0
- only_0.5ce_posix_100_really_fixed/adapter_160/adapter_config.json +24 -0
- only_0.5ce_posix_100_really_fixed/adapter_160/adapter_model.bin +3 -0
- only_0.5ce_posix_100_really_fixed/adapter_180/README.md +9 -0
- only_0.5ce_posix_100_really_fixed/adapter_180/adapter_config.json +24 -0
- only_0.5ce_posix_100_really_fixed/adapter_180/adapter_model.bin +3 -0
- only_0.5ce_posix_100_really_fixed/adapter_200/README.md +9 -0
- only_0.5ce_posix_100_really_fixed/adapter_200/adapter_config.json +24 -0
- only_0.5ce_posix_100_really_fixed/adapter_200/adapter_model.bin +3 -0
- only_ce_really_fixed/adapter_10000/README.md +9 -0
- only_ce_really_fixed/adapter_10000/adapter_config.json +24 -0
- only_ce_really_fixed/adapter_10000/adapter_model.bin +3 -0
- only_ce_really_fixed/adapter_10500/README.md +9 -0
- only_ce_really_fixed/adapter_10500/adapter_config.json +24 -0
- only_ce_really_fixed/adapter_10500/adapter_model.bin +3 -0
- only_ce_really_fixed/adapter_9500/README.md +9 -0
- only_ce_really_fixed/adapter_9500/adapter_config.json +24 -0
- only_ce_really_fixed/adapter_9500/adapter_model.bin +3 -0
- only_posix_100_really_fixed/adapter_10000/README.md +9 -0
- only_posix_100_really_fixed/adapter_10000/adapter_config.json +24 -0
- only_posix_100_really_fixed/adapter_10000/adapter_model.bin +3 -0
- only_posix_100_really_fixed/adapter_10500/README.md +9 -0
- only_posix_100_really_fixed/adapter_10500/adapter_config.json +24 -0
- only_posix_100_really_fixed/adapter_10500/adapter_model.bin +3 -0
- only_posix_100_really_fixed/adapter_9500/README.md +9 -0
- only_posix_100_really_fixed/adapter_9500/adapter_config.json +24 -0
- only_posix_100_really_fixed/adapter_9500/adapter_model.bin +3 -0
only_0.5ce_posix_100_really_fixed/adapter_160/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
|
only_0.5ce_posix_100_really_fixed/adapter_160/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 |
+
}
|
only_0.5ce_posix_100_really_fixed/adapter_160/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92483e5848198dfcb8a0936faae49b5628e8b3bfea4db3aaf2e21c75ff3732c9
|
| 3 |
+
size 33640010
|
only_0.5ce_posix_100_really_fixed/adapter_180/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
|
only_0.5ce_posix_100_really_fixed/adapter_180/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 |
+
}
|
only_0.5ce_posix_100_really_fixed/adapter_180/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6730f5220fbf810d61963165fafcbcbd76e0e92df605164b069d4cc0ae061659
|
| 3 |
+
size 33640010
|
only_0.5ce_posix_100_really_fixed/adapter_200/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
|
only_0.5ce_posix_100_really_fixed/adapter_200/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 |
+
}
|
only_0.5ce_posix_100_really_fixed/adapter_200/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bcb0fcd028c18cbe17b8aac62fc4f49d04c504e524980962fed07b2a2f873bb
|
| 3 |
+
size 33640010
|
only_ce_really_fixed/adapter_10000/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
|
only_ce_really_fixed/adapter_10000/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 |
+
}
|
only_ce_really_fixed/adapter_10000/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2e574cea770d18da45fd6df27c80c35022fdf1b888c9c672dbac24db77330bc
|
| 3 |
+
size 33640010
|
only_ce_really_fixed/adapter_10500/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
|
only_ce_really_fixed/adapter_10500/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 |
+
}
|
only_ce_really_fixed/adapter_10500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e2c6a895369aefe1189005c3cea275eb06f8277e58ba80446108f3f4d79621b
|
| 3 |
+
size 33640010
|
only_ce_really_fixed/adapter_9500/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
|
only_ce_really_fixed/adapter_9500/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 |
+
}
|
only_ce_really_fixed/adapter_9500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d70eb42f71bc41c3172a22ed1af9ff96a9c0cd7ac0d7138d46ffafab8054b07
|
| 3 |
+
size 33640010
|
only_posix_100_really_fixed/adapter_10000/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
|
only_posix_100_really_fixed/adapter_10000/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 |
+
}
|
only_posix_100_really_fixed/adapter_10000/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba2bf54a801d3bc16456aaf693551326d74b8fce4c20bc2af58f03876aa62c50
|
| 3 |
+
size 33640010
|
only_posix_100_really_fixed/adapter_10500/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
|
only_posix_100_really_fixed/adapter_10500/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 |
+
}
|
only_posix_100_really_fixed/adapter_10500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e9bd277b27e1ddfa72fc70402cdcfa4756762a773689a1ba16a2be956335cc0
|
| 3 |
+
size 33640010
|
only_posix_100_really_fixed/adapter_9500/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
|
only_posix_100_really_fixed/adapter_9500/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 |
+
}
|
only_posix_100_really_fixed/adapter_9500/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1abe2f1372ff035a2f49cfbff19e22ada9dcaed1bf78b275cbfdcd684444f700
|
| 3 |
+
size 33640010
|