Sarim-Hash commited on
Commit
905ca40
·
verified ·
1 Parent(s): fb5e9ff

Upload folder using huggingface_hub

Browse files
Files changed (27) hide show
  1. only_0.5ce_posix_100_really_fixed/adapter_100/README.md +9 -0
  2. only_0.5ce_posix_100_really_fixed/adapter_100/adapter_config.json +24 -0
  3. only_0.5ce_posix_100_really_fixed/adapter_100/adapter_model.bin +3 -0
  4. only_0.5ce_posix_100_really_fixed/adapter_120/README.md +9 -0
  5. only_0.5ce_posix_100_really_fixed/adapter_120/adapter_config.json +24 -0
  6. only_0.5ce_posix_100_really_fixed/adapter_120/adapter_model.bin +3 -0
  7. only_0.5ce_posix_100_really_fixed/adapter_140/README.md +9 -0
  8. only_0.5ce_posix_100_really_fixed/adapter_140/adapter_config.json +24 -0
  9. only_0.5ce_posix_100_really_fixed/adapter_140/adapter_model.bin +3 -0
  10. only_ce_really_fixed/adapter_8000/README.md +9 -0
  11. only_ce_really_fixed/adapter_8000/adapter_config.json +24 -0
  12. only_ce_really_fixed/adapter_8000/adapter_model.bin +3 -0
  13. only_ce_really_fixed/adapter_8500/README.md +9 -0
  14. only_ce_really_fixed/adapter_8500/adapter_config.json +24 -0
  15. only_ce_really_fixed/adapter_8500/adapter_model.bin +3 -0
  16. only_ce_really_fixed/adapter_9000/README.md +9 -0
  17. only_ce_really_fixed/adapter_9000/adapter_config.json +24 -0
  18. only_ce_really_fixed/adapter_9000/adapter_model.bin +3 -0
  19. only_posix_100_really_fixed/adapter_8000/README.md +9 -0
  20. only_posix_100_really_fixed/adapter_8000/adapter_config.json +24 -0
  21. only_posix_100_really_fixed/adapter_8000/adapter_model.bin +3 -0
  22. only_posix_100_really_fixed/adapter_8500/README.md +9 -0
  23. only_posix_100_really_fixed/adapter_8500/adapter_config.json +24 -0
  24. only_posix_100_really_fixed/adapter_8500/adapter_model.bin +3 -0
  25. only_posix_100_really_fixed/adapter_9000/README.md +9 -0
  26. only_posix_100_really_fixed/adapter_9000/adapter_config.json +24 -0
  27. only_posix_100_really_fixed/adapter_9000/adapter_model.bin +3 -0
only_0.5ce_posix_100_really_fixed/adapter_100/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_100/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_100/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff1da06d3d1244f7e5b39b92ae78f0e96b8d7bc5e2c6aec4708ae430b9d3221
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_120/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_120/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_120/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a43a1196b9a1c72b0b69bf0aea42789cdc2d71da4c59aab55b787d1e58241c
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_140/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_140/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_140/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dededc9e38a7c8cca24f03716181daf3323844b92d6adb626c2042729b7f7cdc
3
+ size 33640010
only_ce_really_fixed/adapter_8000/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_8000/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_8000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83af4c6492c54f203dc88d8703493b84bfbb2d33bd2417a3d4a909d0b085e08c
3
+ size 33640010
only_ce_really_fixed/adapter_8500/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_8500/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_8500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63499c4e2d9366fe64bbf7b0c732f507e70902937eb998f7bc8dbcd8a6167a4a
3
+ size 33640010
only_ce_really_fixed/adapter_9000/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_9000/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_9000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9a7381efeff85695dbecff586df461fcd1ed5baab1d1835c1b2e566712daeb
3
+ size 33640010
only_posix_100_really_fixed/adapter_8000/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_8000/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_8000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ac751bd116279316bc76f0d812987a59a5409fbf9cae8f3b4ada4d7232ee99
3
+ size 33640010
only_posix_100_really_fixed/adapter_8500/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_8500/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_8500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4beaaaea5e9d2cd698e2c8facb6fb8694922050b81d94652cf7b6f298b9a725b
3
+ size 33640010
only_posix_100_really_fixed/adapter_9000/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_9000/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_9000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9706646eae9c7fc0c64be714e758abfae2dd88b253bbb17e928e80d5167b4308
3
+ size 33640010