Updating `library_name` and `pipeline_tag` in Model Card (#1)
Browse files- Updating `library_name` and `pipeline_tag` in Model Card (1d9980d7307e2615cdc7201782986c6514fb97d5)
Co-authored-by: Sergio Paniego <[email protected]>
README.md
CHANGED
@@ -8,7 +8,8 @@ metrics:
|
|
8 |
- accuracy
|
9 |
base_model:
|
10 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
11 |
-
pipeline_tag:
|
|
|
12 |
---
|
13 |
|
14 |
This is the model trained with https://github.com/TIGER-AI-Lab/Pixel-Reasoner/.
|
|
|
8 |
- accuracy
|
9 |
base_model:
|
10 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
11 |
+
pipeline_tag: image-text-to-text
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
This is the model trained with https://github.com/TIGER-AI-Lab/Pixel-Reasoner/.
|