Outrun32 commited on
Commit
f3f57a1
1 Parent(s): 8bcc779

Add model and config

Browse files
Files changed (2) hide show
  1. adapter_config.json +24 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": {
3
+ "base_model_class": "Blip2ForConditionalGeneration",
4
+ "parent_library": "transformers.models.blip_2.modeling_blip_2"
5
+ },
6
+ "base_model_name_or_path": "ybelkada/blip2-opt-2.7b-fp16-sharded",
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
+ "k_proj"
22
+ ],
23
+ "task_type": null
24
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf229c8e03582c38bfe28ce459f6add5e7eb8f06ff1aaa6e8c927c93652f981
3
+ size 21020237