Instructions to use TIGER-Lab/ABC-Qwen2VL-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TIGER-Lab/ABC-Qwen2VL-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "TIGER-Lab/ABC-Qwen2VL-Instruct") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,8 +26,6 @@ For more information, please refer to [Website](https://tiger-ai-lab.github.io/A
|
|
| 26 |
## Citation
|
| 27 |
|
| 28 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 29 |
-
|
| 30 |
-
**BibTeX:**
|
| 31 |
```
|
| 32 |
@misc{schneider2025abcachievingbettercontrol,
|
| 33 |
title={ABC: Achieving Better Control of Multimodal Embeddings using VLMs},
|
|
|
|
| 26 |
## Citation
|
| 27 |
|
| 28 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
|
|
|
| 29 |
```
|
| 30 |
@misc{schneider2025abcachievingbettercontrol,
|
| 31 |
title={ABC: Achieving Better Control of Multimodal Embeddings using VLMs},
|