nielsr HF Staff commited on
Commit
e70a65c
·
verified ·
1 Parent(s): 89d9653

Add image-text-to-text pipeline tag

Browse files

This PR adds the `image-text-to-text` pipeline tag to the model card metadata. This will improve discoverability of the model on the Hugging Face model hub. The model processes both image and text inputs to generate text outputs, making this tag appropriate.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- pipeline_tag: image-text-to-text
3
  library_name: transformers
4
  license: mit
 
5
  ---
6
 
7
  # Skywork-R1V2
@@ -372,4 +372,4 @@ If you use Skywork-R1V in your research, please cite:
372
  }
373
  ```
374
 
375
- *This project is released under an open-source license.*
 
1
  ---
 
2
  library_name: transformers
3
  license: mit
4
+ pipeline_tag: image-text-to-text
5
  ---
6
 
7
  # Skywork-R1V2
 
372
  }
373
  ```
374
 
375
+ *This project is released under an open-source license.*