Instructions to use justinkarlin/idefics3-qlora-faces with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use justinkarlin/idefics3-qlora-faces with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update adapter_config.json (#1)
Browse files- Update adapter_config.json (e370feb7ee1af9649a4bce536e16ee043d4ba601)
Co-authored-by: Jessica Tran <jessicatran95@users.noreply.huggingface.co>
- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"k_proj",
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
-
"task_type":
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
| 37 |
}
|
|
|
|
| 31 |
"k_proj",
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
+
"task_type": "classification",
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
| 37 |
}
|