Add document retrieval tag (#1)
Browse files- Add document retrieval tag (97c2889a1faff77032598d37107e34ddd26812b8)
Co-authored-by: Niels Rogge <[email protected]>
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:
|