Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
@@ -95,6 +96,9 @@ The image encoder from CLIP is unchanged, i.e. you can use the original CLIP ima
|
|
95 |
|
96 |
Have a look at the [SBERT.net - Multilingual-Models documentation](https://www.sbert.net/examples/training/multilingual/README.html) on more details and for **training code**.
|
97 |
|
|
|
|
|
|
|
98 |
|
99 |
## Full Model Architecture
|
100 |
```
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
+
language: multilingual
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
|
|
96 |
|
97 |
Have a look at the [SBERT.net - Multilingual-Models documentation](https://www.sbert.net/examples/training/multilingual/README.html) on more details and for **training code**.
|
98 |
|
99 |
+
We used the following 50+ languages to align the vector spaces: ar, bg, ca, cs, da, de, el, es, et, fa, fi, fr, fr-ca, gl, gu, he, hi, hr, hu, hy, id, it, ja, ka, ko, ku, lt, lv, mk, mn, mr, ms, my, nb, nl, pl, pt, pt, pt-br, ro, ru, sk, sl, sq, sr, sv, th, tr, uk, ur, vi, zh-cn, zh-tw.
|
100 |
+
|
101 |
+
The original multilingual DistilBERT supports 100+ lanugages. The model also work for these languages, but might not yield the best results.
|
102 |
|
103 |
## Full Model Architecture
|
104 |
```
|