Add document retrieval tag
Browse filesWe just added a new tag to make models like yours more discoverable on the hub.
This tag makes sure it can be found at https://huggingface.co/models?pipeline_tag=visual-document-retrieval.
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
|
|
4 |
base_model:
|
5 |
- openai/clip-vit-large-patch14
|
6 |
datasets:
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
pipeline_tag: visual-document-retrieval
|
5 |
base_model:
|
6 |
- openai/clip-vit-large-patch14
|
7 |
datasets:
|