Correct the defunct URL of the Sentence Embeddings Benchmark
#11
by
sagardubey
- opened
README.md
CHANGED
@@ -1,34 +1,7 @@
|
|
1 |
---
|
2 |
-
pipeline_tag: sentence-similarity
|
3 |
-
tags:
|
4 |
-
- sentence-transformers
|
5 |
-
- feature-extraction
|
6 |
-
- sentence-similarity
|
7 |
-
language: en
|
8 |
license: apache-2.0
|
9 |
-
|
10 |
-
-
|
11 |
-
- flax-sentence-embeddings/stackexchange_xml
|
12 |
-
- MS Marco
|
13 |
-
- gooaq
|
14 |
-
- yahoo_answers_topics
|
15 |
-
- code_search_net
|
16 |
-
- search_qa
|
17 |
-
- eli5
|
18 |
-
- snli
|
19 |
-
- multi_nli
|
20 |
-
- wikihow
|
21 |
-
- natural_questions
|
22 |
-
- trivia_qa
|
23 |
-
- embedding-data/sentence-compression
|
24 |
-
- embedding-data/flickr30k-captions
|
25 |
-
- embedding-data/altlex
|
26 |
-
- embedding-data/simple-wiki
|
27 |
-
- embedding-data/QQP
|
28 |
-
- embedding-data/SPECTER
|
29 |
-
- embedding-data/PAQ_pairs
|
30 |
-
- embedding-data/WikiAnswers
|
31 |
-
|
32 |
---
|
33 |
|
34 |
|
@@ -93,7 +66,7 @@ print(sentence_embeddings)
|
|
93 |
|
94 |
## Evaluation Results
|
95 |
|
96 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://
|
97 |
|
98 |
------
|
99 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
|
|
66 |
|
67 |
## Evaluation Results
|
68 |
|
69 |
+
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://www.sbert.net/docs/pretrained_models.html](https://www.sbert.net/docs/pretrained_models.html)
|
70 |
|
71 |
------
|
72 |
|