nielsr HF Staff commited on
Commit
dbc8d29
·
verified ·
1 Parent(s): 73e3823

Add pipeline tag and library name

Browse files

This PR improves the model card by adding the `library_name: transformers` and `pipeline_tag: image-text-to-text` to the metadata.

The `library_name` will enable the "Use in Transformers" widget on the model page, providing a quick code snippet for users. The `pipeline_tag` will ensure the model is correctly categorized on the Hugging Face Hub, making it easier for users to discover models performing similar tasks.

Please review and merge this PR if everything looks good.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - vision-language
6
  - diffusivonvl
7
  - qwen2.5-vl
 
 
8
  ---
9
 
10
  <div align="center">
 
5
  - vision-language
6
  - diffusivonvl
7
  - qwen2.5-vl
8
+ library_name: transformers
9
+ pipeline_tag: image-text-to-text
10
  ---
11
 
12
  <div align="center">