Update pipeline tag to text-ranking
Browse filesThis PR updates the `pipeline_tag` from `sentence-similarity` to `text-ranking`. This change more accurately reflects the model's function of premise retrieval and re-ranking, ensuring it is discoverable under the correct category on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag: sentence-similarity
|
| 3 |
library_name: transformers
|
| 4 |
license: mit
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card: Assisting Mathematical Formalization with A Learning-based Premise Retriever
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
+
pipeline_tag: text-ranking
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card: Assisting Mathematical Formalization with A Learning-based Premise Retriever
|