Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- TIGER-Lab/PixelReasoner-SFT-Data
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
11 |
+
pipeline_tag: question-answering
|
12 |
+
---
|
13 |
+
|
14 |
+
This is the model trained with https://github.com/TIGER-AI-Lab/Pixel-Reasoner/tree/main
|