04RR commited on
Commit
1872b1e
·
verified ·
1 Parent(s): 61498a8

Upload 4 files

Browse files
Files changed (4) hide show
  1. adapter_config.json +48 -0
  2. adapter_model.safetensors +3 -0
  3. config.json +8 -0
  4. heads.pth +3 -0
adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "SiglipVisionModel",
7
+ "parent_library": "transformers.models.siglip.modeling_siglip"
8
+ },
9
+ "base_model_name_or_path": "google/medsiglip-448",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 32,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "megatron_config": null,
26
+ "megatron_core": "megatron.core",
27
+ "modules_to_save": null,
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 16,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "v_proj",
36
+ "out_proj",
37
+ "fc1",
38
+ "fc2",
39
+ "q_proj",
40
+ "k_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": null,
44
+ "trainable_token_indices": null,
45
+ "use_dora": true,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44aa18e400ba3e6684a9885d5169f30a3c48d32752089a7f50057d80dd91d3e6
3
+ size 18443552
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "google/medsiglip-448",
3
+ "num_bins": 228,
4
+ "sigma": 12.0,
5
+ "hidden_size": 1152,
6
+ "pooling_type": "gap",
7
+ "image_size": 448
8
+ }
heads.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ede6a6664c35a9a8f4626d1744cebe0e89df891b8842f8d5c08805d4f61f55
3
+ size 1575954