yujiaw2 commited on
Commit
1c14d9b
·
1 Parent(s): 421a067

Training in progress, step 300

Browse files
Files changed (3) hide show
  1. adapter_config.json +27 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "IdeficsForVisionText2Text",
5
+ "parent_library": "transformers.models.idefics.modeling_idefics"
6
+ },
7
+ "base_model_name_or_path": "HuggingFaceM4/idefics-9b-instruct",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "lora_alpha": 32,
15
+ "lora_dropout": 0.05,
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "k_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": null
27
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235b5ad6a4d17d4aedb3e03ce652f14a899e4e2ff471debff8468ffebeaa9a66
3
+ size 79177949
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113a74605b8131b2de0dae6d2935fbf9ce4165ad465b489b16d0694436662d84
3
+ size 4091