Instructions to use pkshatech/m-ST5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use pkshatech/m-ST5 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,10 @@ sent_emb = last_hidden_state.sum(dim=1) / sent_len
|
|
| 54 |
```
|
| 55 |
|
| 56 |
## BenchMarks
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
| | Tatoeba-14 | Tatoeba-36 | BUCC | XSTS<br>(ar-ar)|XSTS<br>(ar-en)|XSTS<br>(es-es)|XSTS<br>(es-en)|XSTS<br>(tr-en)|
|
| 60 |
| ----- | :----------: | :----------: | :----: | :---:|:----:|:----:|:----:|:----:|
|
|
|
|
| 54 |
```
|
| 55 |
|
| 56 |
## BenchMarks
|
| 57 |
+
- Tatoeba: Sentence retrieval tasks with pairs of English sentences and sentences in other languages.
|
| 58 |
+
- BUCC: Bitext mining task. It consists of English and one of the 4 languages (German, French, Russian and Chinese).
|
| 59 |
+
- XSTS: Cross-lingual semantic textual similarity task.
|
| 60 |
+
Please check the paper for details and more.
|
| 61 |
|
| 62 |
| | Tatoeba-14 | Tatoeba-36 | BUCC | XSTS<br>(ar-ar)|XSTS<br>(ar-en)|XSTS<br>(es-es)|XSTS<br>(es-en)|XSTS<br>(tr-en)|
|
| 63 |
| ----- | :----------: | :----------: | :----: | :---:|:----:|:----:|:----:|:----:|
|