sergiopaniego HF Staff commited on
Commit
1d9980d
·
verified ·
1 Parent(s): 42003fe

Updating `library_name` and `pipeline_tag` in Model Card

Browse files

Hi!

Sergio from HF here. Congrats on the release :)
I'm updating the `library_name` and `pipeline_tag` for the model to improve its visibility and reproducibility.

Using the most appropriate `library_name` and `pipeline_tag` ensures the model is automatically indexed in the Hub's Models tab and enables features like the **“Use this model”** button.

![Screenshot 2025-05-26 at 09.52.49.png](https://cdn-uploads.huggingface.co/production/uploads/61929226ded356549e20c5da/nMKyLAaWQxeF4pmnA6_OX.png)

Resulting in something like this when we access `Use this model`:

![Screenshot 2025-05-26 at 09.53.07.png](https://cdn-uploads.huggingface.co/production/uploads/61929226ded356549e20c5da/_lL_Fjw9NA-eqiHYYWz5z.png)

Incorporating examples and filling out the Model Card also greatly improves visibility, so we recommend spending some time on it 🙂
Happy to help if you have any further questions!

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
 
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/.