Update model metadata to set pipeline tag to the new `text-ranking` and tags to `sentence-transformers` (#1)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` and tags to `sentence-transformers` (9c90f5c45971aefdcd212ad79c3ee92e3f045df7)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
|
@@ -9,9 +9,10 @@ library_name: transformers
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
- f1
|
| 12 |
-
pipeline_tag: text-
|
| 13 |
tags:
|
| 14 |
- cross-encoder
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Model Card for Model ID
|
|
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
- f1
|
| 12 |
+
pipeline_tag: text-ranking
|
| 13 |
tags:
|
| 14 |
- cross-encoder
|
| 15 |
+
- sentence-transformers
|
| 16 |
---
|
| 17 |
|
| 18 |
# Model Card for Model ID
|