wenhu sergiopaniego HF Staff commited on
Commit
8f18d06
·
verified ·
1 Parent(s): 477cc28

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]>

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,7 +8,8 @@ metrics:
8
  - accuracy
9
  base_model:
10
  - Qwen/Qwen2.5-VL-7B-Instruct
11
- pipeline_tag: question-answering
 
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