Add multilingual to the language tag (#3)
Browse files- Add multilingual to the language tag (96294f5ffb19601995eab8ce2ec09f05e6dc3e37)
- Fix unicode (5e0a85c0f8df7caa3c91f4e281a67fdb61660c6d)
- Fix unicode 2 (eb94bdd0a8a60e12ae24ffb23d0ee30b9c05ab92)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- de
|
4 |
- en
|
|
|
5 |
license: mit
|
6 |
tags:
|
7 |
- sentence_embedding
|
8 |
- search
|
9 |
-
- pytorch
|
10 |
-
- xlm-roberta
|
11 |
- roberta
|
12 |
- xlm-r-distilroberta-base-paraphrase-v1
|
13 |
- paraphrase
|
@@ -15,7 +16,7 @@ datasets:
|
|
15 |
- stsb_multi_mt
|
16 |
metrics:
|
17 |
- Spearman’s rank correlation
|
18 |
-
- cosine similarity
|
19 |
---
|
20 |
|
21 |
# Cross English & German RoBERTa for Sentence Embeddings
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- de
|
4 |
- en
|
5 |
+
- multilingual
|
6 |
license: mit
|
7 |
tags:
|
8 |
- sentence_embedding
|
9 |
- search
|
10 |
+
- pytorch
|
11 |
+
- xlm-roberta
|
12 |
- roberta
|
13 |
- xlm-r-distilroberta-base-paraphrase-v1
|
14 |
- paraphrase
|
|
|
16 |
- stsb_multi_mt
|
17 |
metrics:
|
18 |
- Spearman’s rank correlation
|
19 |
+
- cosine similarity
|
20 |
---
|
21 |
|
22 |
# Cross English & German RoBERTa for Sentence Embeddings
|