nielsr HF Staff commited on
Commit
f1cf7cf
·
verified ·
1 Parent(s): 7a43428

Improve model card: link to paper, set correct pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -17,7 +17,7 @@ metrics:
17
  - spearman_dot
18
  - pearson_max
19
  - spearman_max
20
- pipeline_tag: sentence-similarity
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 Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
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