Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
sentence-transformers
License:
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ language:
|
|
16 |
- pt
|
17 |
- ru
|
18 |
- zh
|
|
|
19 |
license:
|
20 |
- other
|
21 |
multilinguality:
|
@@ -402,4 +403,13 @@ url={https://github.com/PhilipMay/stsb-multi-mt}
|
|
402 |
|
403 |
### Contributions
|
404 |
|
405 |
-
Thanks to [@PhilipMay](https://github.com/PhilipMay) for adding this dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- pt
|
17 |
- ru
|
18 |
- zh
|
19 |
+
- ja
|
20 |
license:
|
21 |
- other
|
22 |
multilinguality:
|
|
|
403 |
|
404 |
### Contributions
|
405 |
|
406 |
+
Thanks to [@PhilipMay](https://github.com/PhilipMay) for adding this dataset.
|
407 |
+
|
408 |
+
|
409 |
+
$ mkdir stsb_multi_mt_ja
|
410 |
+
$ cd stsb_multi_mt_ja
|
411 |
+
$ wget https://raw.githubusercontent.com/huggingface/datasets/master/datasets/stsb_multi_mt/stsb_multi_mt.py
|
412 |
+
$ mv stsb_multi_mt.py stsb_multi_mt_ja.py
|
413 |
+
$ wget https://github.com/PhilipMay/stsb-multi-mt/raw/main/data/stsb-en-test.csv
|
414 |
+
$ wget https://github.com/PhilipMay/stsb-multi-mt/raw/main/data/stsb-ja-test.csv
|
415 |
+
$ cd ..
|