Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (#2)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (521e9312f19d71e732a2b2e4f8c6a857c2dedac0)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- it
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
--------------------------------------------------------------------------------------------------
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- it
|
| 5 |
+
library_name: sentence-transformers
|
| 6 |
+
pipeline_tag: text-ranking
|
| 7 |
---
|
| 8 |
|
| 9 |
--------------------------------------------------------------------------------------------------
|