Improve model card: link to paper, set correct pipeline tag
Browse filesThis PR improves the model card by:
- Adding a link to the paper: https://huggingface.co/papers/2505.24581
- Changing pipeline tag from `sentence-similarity` to `feature-extraction`, enabling to find your model at https://huggingface.co/models?pipeline_tag=feature-extraction.
README.md
CHANGED
@@ -17,7 +17,7 @@ metrics:
|
|
17 |
- spearman_dot
|
18 |
- pearson_max
|
19 |
- spearman_max
|
20 |
-
pipeline_tag:
|
21 |
tags:
|
22 |
- mteb
|
23 |
- sentence-transformers
|
@@ -651,9 +651,4 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [s
|
|
651 |
|
652 |
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
653 |
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
654 |
-
- **Hugging
|
655 |
-
|
656 |
-
### Full Model Architecture
|
657 |
-
|
658 |
-
```
|
659 |
-
SentenceTransformer(
|
|
|
17 |
- spearman_dot
|
18 |
- pearson_max
|
19 |
- spearman_max
|
20 |
+
pipeline_tag: feature-extraction
|
21 |
tags:
|
22 |
- mteb
|
23 |
- sentence-transformers
|
|
|
651 |
|
652 |
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
653 |
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
654 |
+
- **Hugging
|
|
|
|
|
|
|
|
|
|