shibing624
commited on
Commit
•
1fbaf37
1
Parent(s):
021a4bf
Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,18 @@ tags:
|
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
datasets:
|
10 |
-
-
|
|
|
11 |
language:
|
12 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
metrics:
|
14 |
- spearmanr
|
15 |
library_name: transformers
|
@@ -30,6 +39,8 @@ like sentence embeddings, text matching or semantic search.
|
|
30 |
|
31 |
## Evaluation
|
32 |
For an automated evaluation of this model, see the *Evaluation Benchmark*: [text2vec](https://github.com/shibing624/text2vec)
|
|
|
|
|
33 |
|
34 |
### Release Models
|
35 |
|
@@ -181,4 +192,4 @@ If you find this model helpful, feel free to cite:
|
|
181 |
year = {2023},
|
182 |
url = {https://github.com/shibing624/text2vec},
|
183 |
}
|
184 |
-
```
|
|
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
datasets:
|
10 |
+
- >-
|
11 |
+
https://huggingface.co/datasets/shibing624/nli-zh-all/tree/main/text2vec-base-multilingual-dataset
|
12 |
language:
|
13 |
- zh
|
14 |
+
- en
|
15 |
+
- de
|
16 |
+
- fr
|
17 |
+
- it
|
18 |
+
- nl
|
19 |
+
- pt
|
20 |
+
- pl
|
21 |
+
- ru
|
22 |
metrics:
|
23 |
- spearmanr
|
24 |
library_name: transformers
|
|
|
39 |
|
40 |
## Evaluation
|
41 |
For an automated evaluation of this model, see the *Evaluation Benchmark*: [text2vec](https://github.com/shibing624/text2vec)
|
42 |
+
## Languages
|
43 |
+
Available languages are: de, en, es, fr, it, nl, pl, pt, ru, zh
|
44 |
|
45 |
### Release Models
|
46 |
|
|
|
192 |
year = {2023},
|
193 |
url = {https://github.com/shibing624/text2vec},
|
194 |
}
|
195 |
+
```
|