mrm8488 commited on
Commit
d2f8644
1 Parent(s): f2d2aea

Training in progress, step 50

Browse files
Files changed (3) hide show
  1. adapter_config.json +25 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": {
3
+ "base_model_class": "IdeficsForVisionText2Text",
4
+ "parent_library": "transformers.models.idefics.modeling_idefics"
5
+ },
6
+ "base_model_name_or_path": "HuggingFaceM4/idefics-9b",
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
+ "v_proj"
23
+ ],
24
+ "task_type": null
25
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6266cbec39d1335c8e640e66f9043bfcaff34b61f21e451b70882038b37c9f
3
+ size 79177949
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dbcc797837d4a617dd7dc8ae5bdbba27e45b6e50091f6a43e60ef7fb71eaa0b
3
+ size 4091