Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Dauka-transformers/Compact_VLM_filter_data
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- Qwen/Qwen2-VL-2B-Instruct
|
| 9 |
+
---
|
| 10 |
+
# Qwen2VL Fine-Tuned for Filtration Tasks
|
| 11 |
+
|
| 12 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen-VL) trained to perform filtration-oriented image-text evaluation, based on our custom dataset.
|
| 13 |
+
|
| 14 |
+
## π Intended Use
|
| 15 |
+
|
| 16 |
+
The model is designed to:
|
| 17 |
+
|
| 18 |
+
- Evaluate alignment of image and caption
|
| 19 |
+
- Provide justification scores for noisy web-scale data
|
| 20 |
+
- Support local deployment for cost-efficient filtering
|
| 21 |
+
|
| 22 |
+
## ποΈ Training Details
|
| 23 |
+
|
| 24 |
+
- Base model: `Qwen/Qwen2-VL-2B-Instruct`
|
| 25 |
+
- Fine-tuning objective: in-context scoring + justification
|
| 26 |
+
- Dataset: ~4.8K samples with score, justification, text, and image
|
| 27 |
+
|
| 28 |
+
## π Files
|
| 29 |
+
|
| 30 |
+
- `model.safetensors` β fine-tuned weights
|
| 31 |
+
- `processor` β image and text processor
|
| 32 |
+
- `README.md` β this card
|
| 33 |
+
|
| 34 |
+
## π€ Acknowledgements
|
| 35 |
+
|
| 36 |
+
Thanks to the [Qwen team](https://huggingface.co/Qwen/Qwen-VL) for the base model and authors of:
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
## π License
|
| 40 |
+
|
| 41 |
+
Licensed under the Apache License 2.0.
|