Add pipeline tag
Browse filesThis PR ensures the model can be found at https://huggingface.co./models?pipeline_tag=image-text-to-text&sort=trending.
Btw, would be great to add language tags for the supported languages :)
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
The following is the code to run Pangea-7B using huggingface generate:
|
2 |
```
|
3 |
# Assuming that you have text_input and image_path
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-text-to-text
|
3 |
+
---
|
4 |
+
|
5 |
The following is the code to run Pangea-7B using huggingface generate:
|
6 |
```
|
7 |
# Assuming that you have text_input and image_path
|