Training in progress, step 1000
Browse files- adapter_config.json +25 -0
- adapter_model.bin +3 -0
- 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:4923263c04066f069bdb285e2093f0dc16faa5721334cb61c90ba82a17540bfc
|
| 3 |
+
size 79177949
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c298913dbef43925e3f3b041d61ff1a19e7b113dd441ad9de31c541fb9141869
|
| 3 |
+
size 4091
|