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

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. only_0.5ce_posix_100_really_fixed/adapter_220/README.md +9 -0
  2. only_0.5ce_posix_100_really_fixed/adapter_220/adapter_config.json +24 -0
  3. only_0.5ce_posix_100_really_fixed/adapter_220/adapter_model.bin +3 -0
  4. only_0.5ce_posix_100_really_fixed/adapter_240/README.md +9 -0
  5. only_0.5ce_posix_100_really_fixed/adapter_240/adapter_config.json +24 -0
  6. only_0.5ce_posix_100_really_fixed/adapter_240/adapter_model.bin +3 -0
  7. only_0.5ce_posix_100_really_fixed/adapter_260/README.md +9 -0
  8. only_0.5ce_posix_100_really_fixed/adapter_260/adapter_config.json +24 -0
  9. only_0.5ce_posix_100_really_fixed/adapter_260/adapter_model.bin +3 -0
  10. only_0.5ce_posix_100_really_fixed/adapter_280/README.md +9 -0
  11. only_0.5ce_posix_100_really_fixed/adapter_280/adapter_config.json +24 -0
  12. only_0.5ce_posix_100_really_fixed/adapter_280/adapter_model.bin +3 -0
  13. only_0.5ce_posix_100_really_fixed/adapter_300/README.md +9 -0
  14. only_0.5ce_posix_100_really_fixed/adapter_300/adapter_config.json +24 -0
  15. only_0.5ce_posix_100_really_fixed/adapter_300/adapter_model.bin +3 -0
  16. only_0.5ce_posix_100_really_fixed/adapter_320/README.md +9 -0
  17. only_0.5ce_posix_100_really_fixed/adapter_320/adapter_config.json +24 -0
  18. only_0.5ce_posix_100_really_fixed/adapter_320/adapter_model.bin +3 -0
  19. only_0.5ce_posix_100_really_fixed/adapter_340/README.md +9 -0
  20. only_0.5ce_posix_100_really_fixed/adapter_340/adapter_config.json +24 -0
  21. only_0.5ce_posix_100_really_fixed/adapter_340/adapter_model.bin +3 -0
  22. only_ce_really_fixed/adapter_11000/README.md +9 -0
  23. only_ce_really_fixed/adapter_11000/adapter_config.json +24 -0
  24. only_ce_really_fixed/adapter_11000/adapter_model.bin +3 -0
  25. only_ce_really_fixed/adapter_11500/README.md +9 -0
  26. only_ce_really_fixed/adapter_11500/adapter_config.json +24 -0
  27. only_ce_really_fixed/adapter_11500/adapter_model.bin +3 -0
  28. only_ce_really_fixed/adapter_12000/README.md +9 -0
  29. only_ce_really_fixed/adapter_12000/adapter_config.json +24 -0
  30. only_ce_really_fixed/adapter_12000/adapter_model.bin +3 -0
  31. only_ce_really_fixed/adapter_12500/README.md +9 -0
  32. only_ce_really_fixed/adapter_12500/adapter_config.json +24 -0
  33. only_ce_really_fixed/adapter_12500/adapter_model.bin +3 -0
  34. only_ce_really_fixed/adapter_13000/README.md +9 -0
  35. only_ce_really_fixed/adapter_13000/adapter_config.json +24 -0
  36. only_ce_really_fixed/adapter_13000/adapter_model.bin +3 -0
  37. only_ce_really_fixed/adapter_13500/README.md +9 -0
  38. only_ce_really_fixed/adapter_13500/adapter_config.json +24 -0
  39. only_ce_really_fixed/adapter_13500/adapter_model.bin +3 -0
  40. only_posix_100_really_fixed/adapter_11000/README.md +9 -0
  41. only_posix_100_really_fixed/adapter_11000/adapter_config.json +24 -0
  42. only_posix_100_really_fixed/adapter_11000/adapter_model.bin +3 -0
  43. only_posix_100_really_fixed/adapter_11500/README.md +9 -0
  44. only_posix_100_really_fixed/adapter_11500/adapter_config.json +24 -0
  45. only_posix_100_really_fixed/adapter_11500/adapter_model.bin +3 -0
  46. only_posix_100_really_fixed/adapter_12000/README.md +9 -0
  47. only_posix_100_really_fixed/adapter_12000/adapter_config.json +24 -0
  48. only_posix_100_really_fixed/adapter_12000/adapter_model.bin +3 -0
  49. only_posix_100_really_fixed/adapter_12500/README.md +9 -0
  50. only_posix_100_really_fixed/adapter_12500/adapter_config.json +24 -0
only_0.5ce_posix_100_really_fixed/adapter_220/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_220/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_220/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824838efa5a2b3df8de89b248fd3cd5cba8b01ee78f9fe2cb3ed14c66ba7486c
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_240/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_240/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_240/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2080fcefbb4048f80cd350b123f7b8e7c498e275cb85558f7483137663b929
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_260/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_260/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_260/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c98eabd9f37485d5ea610ec7bddf6afc6206e96138b70d4657d463a53e0053d
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_280/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_280/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_280/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f03aa90640699a33e01bcc8f1e58e97cc92ba423a56bd8d0a1974bac1ef218
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_300/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_300/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_300/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4434041e000b0e5f34af7870ea8a480f22f8c736aec1a7a1c014a75d796e81d
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_320/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_320/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_320/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2432c783f0bee33df9ce87f8fe06b059db736ee4251a14f12c5c38234ee1773
3
+ size 33640010
only_0.5ce_posix_100_really_fixed/adapter_340/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_340/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_340/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:170620c8e63cbb167c58138158266390608bfe7f94a214161166579818e5afa1
3
+ size 33640010
only_ce_really_fixed/adapter_11000/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_11000/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_11000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17931e1d96daef6458d7c9dd32ae4bbb3d2df33f4fac08d20c4e4e763cfbc31
3
+ size 33640010
only_ce_really_fixed/adapter_11500/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_11500/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_11500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c3484605f232c8f84507bad4fa1a1f2d14f7d08e45ff70fa2adcf856afb6e4e
3
+ size 33640010
only_ce_really_fixed/adapter_12000/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_12000/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_12000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6da412a7459fcbb816e3ecb17aab574518510f582290e4c5931fb0ce6253ef7f
3
+ size 33640010
only_ce_really_fixed/adapter_12500/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_12500/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_12500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad764e732f6d2ea47ea7aa8fe5e8f63fe214c3ab360298d35cafade1f0584cb4
3
+ size 33640010
only_ce_really_fixed/adapter_13000/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_13000/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_13000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d3f145e3436e3c5314267896867ee8a3cdb01a1d3732d53ff601fc1b422904
3
+ size 33640010
only_ce_really_fixed/adapter_13500/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_13500/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_13500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb12b12dfb7db15fb499ed46b680aba90f4a4e5563366eac2f118dfbd86b0cb
3
+ size 33640010
only_posix_100_really_fixed/adapter_11000/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_11000/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_11000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ce5fc9065212a9c8985f4c5b533bb75956dab937f83f1e5fdab8c3f2c6a4a2
3
+ size 33640010
only_posix_100_really_fixed/adapter_11500/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_11500/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_11500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb91e236c2bdfc36f8f69081db0eb9ef141bb81fd7aac13a24d7c19dc6cac17b
3
+ size 33640010
only_posix_100_really_fixed/adapter_12000/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_12000/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_12000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54571868cc68a31a8e3a7720a2c3b00de90fecaac1b7d969a2252e1012b969a0
3
+ size 33640010
only_posix_100_really_fixed/adapter_12500/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_12500/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
+ }