Dauka-transformers commited on
Commit
d9835e8
Β·
verified Β·
1 Parent(s): 6af94cd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
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.