Sarim-Hash commited on
Commit
dcba24c
·
verified ·
1 Parent(s): 8ceef4b

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. new_lr_only_ce_really_fixed/adapter_1000/README.md +9 -0
  2. new_lr_only_ce_really_fixed/adapter_1000/adapter_config.json +24 -0
  3. new_lr_only_ce_really_fixed/adapter_1000/adapter_model.bin +3 -0
  4. new_lr_only_ce_really_fixed/adapter_500/README.md +9 -0
  5. new_lr_only_ce_really_fixed/adapter_500/adapter_config.json +24 -0
  6. new_lr_only_ce_really_fixed/adapter_500/adapter_model.bin +3 -0
  7. new_lr_only_posix_100_really_fixed/adapter_1000/README.md +9 -0
  8. new_lr_only_posix_100_really_fixed/adapter_1000/adapter_config.json +24 -0
  9. new_lr_only_posix_100_really_fixed/adapter_1000/adapter_model.bin +3 -0
  10. new_lr_only_posix_100_really_fixed/adapter_500/README.md +9 -0
  11. new_lr_only_posix_100_really_fixed/adapter_500/adapter_config.json +24 -0
  12. new_lr_only_posix_100_really_fixed/adapter_500/adapter_model.bin +3 -0
  13. only_0.5ce_posix_100_really_fixed/adapter_360/README.md +9 -0
  14. only_0.5ce_posix_100_really_fixed/adapter_360/adapter_config.json +24 -0
  15. only_0.5ce_posix_100_really_fixed/adapter_360/adapter_model.bin +3 -0
  16. only_0.5ce_posix_100_really_fixed/adapter_380/README.md +9 -0
  17. only_0.5ce_posix_100_really_fixed/adapter_380/adapter_config.json +24 -0
  18. only_0.5ce_posix_100_really_fixed/adapter_380/adapter_model.bin +3 -0
  19. only_0.5ce_posix_100_really_fixed/adapter_400/README.md +9 -0
  20. only_0.5ce_posix_100_really_fixed/adapter_400/adapter_config.json +24 -0
  21. only_0.5ce_posix_100_really_fixed/adapter_400/adapter_model.bin +3 -0
  22. only_0.5ce_posix_100_really_fixed/adapter_420/README.md +9 -0
  23. only_0.5ce_posix_100_really_fixed/adapter_420/adapter_config.json +24 -0
  24. only_0.5ce_posix_100_really_fixed/adapter_420/adapter_model.bin +3 -0
  25. only_0.5ce_posix_100_really_fixed/adapter_440/README.md +9 -0
  26. only_0.5ce_posix_100_really_fixed/adapter_440/adapter_config.json +24 -0
  27. only_0.5ce_posix_100_really_fixed/adapter_440/adapter_model.bin +3 -0
  28. only_ce_really_fixed/adapter_14000/README.md +9 -0
  29. only_ce_really_fixed/adapter_14000/adapter_config.json +24 -0
  30. only_ce_really_fixed/adapter_14000/adapter_model.bin +3 -0
  31. only_ce_really_fixed/adapter_14500/README.md +9 -0
  32. only_ce_really_fixed/adapter_14500/adapter_config.json +24 -0
  33. only_ce_really_fixed/adapter_14500/adapter_model.bin +3 -0
  34. only_ce_really_fixed/adapter_15000/README.md +9 -0
  35. only_ce_really_fixed/adapter_15000/adapter_config.json +24 -0
  36. only_ce_really_fixed/adapter_15000/adapter_model.bin +3 -0
  37. only_ce_really_fixed/adapter_15500/README.md +9 -0
  38. only_ce_really_fixed/adapter_15500/adapter_config.json +24 -0
  39. only_ce_really_fixed/adapter_15500/adapter_model.bin +3 -0
  40. only_ce_really_fixed/adapter_16000/README.md +9 -0
  41. only_ce_really_fixed/adapter_16000/adapter_config.json +24 -0
  42. only_ce_really_fixed/adapter_16000/adapter_model.bin +3 -0
  43. only_posix_100_really_fixed/adapter_14500/README.md +9 -0
  44. only_posix_100_really_fixed/adapter_14500/adapter_config.json +24 -0
  45. only_posix_100_really_fixed/adapter_14500/adapter_model.bin +3 -0
  46. only_posix_100_really_fixed/adapter_15000/README.md +9 -0
  47. only_posix_100_really_fixed/adapter_15000/adapter_config.json +24 -0
  48. only_posix_100_really_fixed/adapter_15000/adapter_model.bin +3 -0
  49. only_posix_100_really_fixed/adapter_15500/README.md +9 -0
  50. only_posix_100_really_fixed/adapter_15500/adapter_config.json +24 -0
new_lr_only_ce_really_fixed/adapter_1000/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_1000/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_1000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe8c13a109653a7d7ad64dff8200bf6d5bd2761571f589e036fbca78f74c309
3
+ size 33640010
new_lr_only_ce_really_fixed/adapter_500/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_500/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_500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367c2f1059b4ce0af2f49fa818c3edd19bfe5d0c2d8dd1018bda3162205652fb
3
+ size 33640010
new_lr_only_posix_100_really_fixed/adapter_1000/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_1000/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_1000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd879e6bd3f36c1f3ca0be22939e5090d51d75f5dfe13103109ae7329483ed93
3
+ size 33640010
new_lr_only_posix_100_really_fixed/adapter_500/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_500/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_500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74dc6e8a7c4172258f659de0e6935ac0abd3b989fee3eb36e37c7a9da0238bb8
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_360/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_360/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_360/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cb1e37d1ed882e97b5d49d02eda1778de77e4d67b13f38840b779a487c804e
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_380/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_380/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_380/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2b22187029100c260f54dd45cf9a157cae73d473f95b1d39b57801b4f8483e
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_400/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_400/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_400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91c4e00ab063b4f351f7202e7c067199a85b77a2d369e98a6385d7484747ff4
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_420/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_420/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_420/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d11e26b6ea4afca784312d923f8207c2973832a4f2fd656627c56dd052ea31c
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_440/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_440/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_440/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bce135af0e83dff603feb3b193f52696114b85f5966a880bde7b82e3fa8fde3
3
+ size 33640010
only_ce_really_fixed/adapter_14000/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_14000/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_14000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12483758c5e161729efe49d212c3948b757c4ba314c59aba9ecdd3f1fd703156
3
+ size 33640010
only_ce_really_fixed/adapter_14500/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_14500/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_14500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2805bad1f50fd15c6745c23caddfdf439f60cc3806fdd942ca4c3cf1472fd88
3
+ size 33640010
only_ce_really_fixed/adapter_15000/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_15000/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_15000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c61a96b28105d99e1127b910354d7092d22c3cbdcb2e5bd81addd5900f3ae6c3
3
+ size 33640010
only_ce_really_fixed/adapter_15500/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_15500/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_15500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c9083459e4075a0569638ae9d0c3d6fde4c801b14cf1328beae2e35025f36e
3
+ size 33640010
only_ce_really_fixed/adapter_16000/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_16000/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_16000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcce32ff26510994caf20f79a60c4c5e1d904011d4b6e1bdf22833470c5c611
3
+ size 33640010
only_posix_100_really_fixed/adapter_14500/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_14500/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_14500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4fbfd90dd2f8845916045bc674adc8f6edd52f9a98bd823ac31e42ae0cd4e96
3
+ size 33640010
only_posix_100_really_fixed/adapter_15000/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_15000/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_15000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6246ce6b506a05fff746f2820a69a7dc73389f740734a226d7ff009c0c3519
3
+ size 33640010
only_posix_100_really_fixed/adapter_15500/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_15500/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
+ }