Updating `library_name` and `pipeline_tag` in Model Card (#1)
Browse files- Updating `library_name` and `pipeline_tag` in Model Card (20dfb619ef47688c64d868606a06c97e8cd08544)
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 |
The model is trained with curiosity-driven RL described in [paper](https://arxiv.org/abs/2505.15966).
|
14 |
|
|
|
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 |
The model is trained with curiosity-driven RL described in [paper](https://arxiv.org/abs/2505.15966).
|
15 |
|