Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
sentence-transformers
License:
Commit
•
9e0c67f
1
Parent(s):
93d57ef
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +21 -13
- dataset_infos.json +702 -1
- en/dev-00000-of-00001.parquet +3 -0
- en/test-00000-of-00001.parquet +3 -0
- en/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -29,10 +29,9 @@ task_categories:
|
|
29 |
task_ids:
|
30 |
- text-scoring
|
31 |
- semantic-similarity-scoring
|
32 |
-
paperswithcode_id: null
|
33 |
pretty_name: STSb Multi MT
|
34 |
dataset_info:
|
35 |
-
- config_name:
|
36 |
features:
|
37 |
- name: sentence1
|
38 |
dtype: string
|
@@ -42,17 +41,17 @@ dataset_info:
|
|
42 |
dtype: float32
|
43 |
splits:
|
44 |
- name: train
|
45 |
-
num_bytes:
|
46 |
num_examples: 5749
|
47 |
- name: test
|
48 |
-
num_bytes:
|
49 |
num_examples: 1379
|
50 |
- name: dev
|
51 |
-
num_bytes:
|
52 |
num_examples: 1500
|
53 |
-
download_size:
|
54 |
-
dataset_size:
|
55 |
-
- config_name:
|
56 |
features:
|
57 |
- name: sentence1
|
58 |
dtype: string
|
@@ -62,16 +61,16 @@ dataset_info:
|
|
62 |
dtype: float32
|
63 |
splits:
|
64 |
- name: train
|
65 |
-
num_bytes:
|
66 |
num_examples: 5749
|
67 |
- name: test
|
68 |
-
num_bytes:
|
69 |
num_examples: 1379
|
70 |
- name: dev
|
71 |
-
num_bytes:
|
72 |
num_examples: 1500
|
73 |
-
download_size:
|
74 |
-
dataset_size:
|
75 |
- config_name: es
|
76 |
features:
|
77 |
- name: sentence1
|
@@ -232,6 +231,15 @@ dataset_info:
|
|
232 |
num_examples: 1500
|
233 |
download_size: 1006892
|
234 |
dataset_size: 1045079
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
---
|
236 |
|
237 |
# Dataset Card for STSb Multi MT
|
|
|
29 |
task_ids:
|
30 |
- text-scoring
|
31 |
- semantic-similarity-scoring
|
|
|
32 |
pretty_name: STSb Multi MT
|
33 |
dataset_info:
|
34 |
+
- config_name: de
|
35 |
features:
|
36 |
- name: sentence1
|
37 |
dtype: string
|
|
|
41 |
dtype: float32
|
42 |
splits:
|
43 |
- name: train
|
44 |
+
num_bytes: 867473
|
45 |
num_examples: 5749
|
46 |
- name: test
|
47 |
+
num_bytes: 193333
|
48 |
num_examples: 1379
|
49 |
- name: dev
|
50 |
+
num_bytes: 247077
|
51 |
num_examples: 1500
|
52 |
+
download_size: 1279173
|
53 |
+
dataset_size: 1307883
|
54 |
+
- config_name: en
|
55 |
features:
|
56 |
- name: sentence1
|
57 |
dtype: string
|
|
|
61 |
dtype: float32
|
62 |
splits:
|
63 |
- name: train
|
64 |
+
num_bytes: 731795
|
65 |
num_examples: 5749
|
66 |
- name: test
|
67 |
+
num_bytes: 164458
|
68 |
num_examples: 1379
|
69 |
- name: dev
|
70 |
+
num_bytes: 210064
|
71 |
num_examples: 1500
|
72 |
+
download_size: 720594
|
73 |
+
dataset_size: 1106317
|
74 |
- config_name: es
|
75 |
features:
|
76 |
- name: sentence1
|
|
|
231 |
num_examples: 1500
|
232 |
download_size: 1006892
|
233 |
dataset_size: 1045079
|
234 |
+
configs:
|
235 |
+
- config_name: en
|
236 |
+
data_files:
|
237 |
+
- split: train
|
238 |
+
path: en/train-*
|
239 |
+
- split: test
|
240 |
+
path: en/test-*
|
241 |
+
- split: dev
|
242 |
+
path: en/dev-*
|
243 |
---
|
244 |
|
245 |
# Dataset Card for STSb Multi MT
|
dataset_infos.json
CHANGED
@@ -1 +1,702 @@
|
|
1 |
-
{"en": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 731803, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 164466, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 210072, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-en-train.csv": {"num_bytes": 708863, "checksum": "e1e84fec60bbb598735552f54a35f4949904a484750fd2cb11e2720e49f63da6"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-en-dev.csv": {"num_bytes": 204675, "checksum": "d29586e96558c4eb52cf5ea5d14e9c24d3bf0e44f111b017caba43a5adc33226"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-en-test.csv": {"num_bytes": 158891, "checksum": "11523b625219e94e9ca05d2816b5f02cac1614c5894fe657376fa0806378d053"}}, "download_size": 1072429, "post_processing_size": null, "dataset_size": 1106341, "size_in_bytes": 2178770}, "de": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "de", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 867473, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 193333, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 247077, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-train.csv": {"num_bytes": 847845, "checksum": "7a393283b1ec86d9919452bd793db2938831169b29f1584660c3d20e2ee2a53e"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-dev.csv": {"num_bytes": 242726, "checksum": "40ddf84ce3d2dfb957e11687edea30e5567c542219998f906ee552cfd3ef6769"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-test.csv": {"num_bytes": 188602, "checksum": "a92ce1015b201a342784ab7e34e024ceb0a0eeb479231fbadd05f756afb817fd"}}, "download_size": 1279173, "post_processing_size": null, "dataset_size": 1307883, "size_in_bytes": 2587056}, "es": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "es", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 887101, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 194616, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 245250, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-train.csv": {"num_bytes": 864921, "checksum": "c0b1e809c1d5e51f95e90753656a371a5c92fff9f459ba01be20ce23f3ecc8b4"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-dev.csv": {"num_bytes": 240097, "checksum": "7afece0711add2fb35bc65874bdf0fbbacbd5c784ebb3b926f4099f3989317d4"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-test.csv": {"num_bytes": 189142, "checksum": "2b6f60e63f19806436cdfd8fe314f91144f97e403d1d50f20ff9ffcb323d5b2f"}}, "download_size": 1294160, "post_processing_size": null, "dataset_size": 1326967, "size_in_bytes": 2621127}, "fr": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "fr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 910195, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 200446, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 254083, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-train.csv": {"num_bytes": 888493, "checksum": "29cece1d7e713cbc5c6940d4a0bbba7764da093e6d0b9da8fee26662b8af1d0a"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-dev.csv": {"num_bytes": 249002, "checksum": "d9f0ed00811dc0d91663f195790bccc4627e0da3575e79e4e06ac777ec38039f"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-test.csv": {"num_bytes": 195020, "checksum": "f7da31a1d88557344afcb26430dc1c6cb85e76b564333de1a29f8008205b39b2"}}, "download_size": 1332515, "post_processing_size": null, "dataset_size": 1364724, "size_in_bytes": 2697239}, "it": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "it", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 871526, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 191647, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 243144, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-train.csv": {"num_bytes": 849516, "checksum": "2e6563f62debb6c9a1233dc411424083b8694c8fe0a6d85723c8ce1ec8cfd894"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-dev.csv": {"num_bytes": 237958, "checksum": "ee64355376825a84ee6cc82b36d9f22b7f03a77d73ea97756cb7aaf85079552b"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-test.csv": {"num_bytes": 186156, "checksum": "e6f0be0552dd3c9e49ac794505086056b07f9cf2be68615e961107841a540248"}}, "download_size": 1273630, "post_processing_size": null, "dataset_size": 1306317, "size_in_bytes": 2579947}, "nl": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "nl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 833667, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 182904, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 234887, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-train.csv": {"num_bytes": 810934, "checksum": "4d60f75ec8e7a51c79f2fd7207747cf567bb16812f12f798031b119a14018f7c"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-dev.csv": {"num_bytes": 229492, "checksum": "d2b2a895824d6bd60a28dbf9c22248df6e65603a389c08943255b7c2c694f8f2"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-test.csv": {"num_bytes": 177327, "checksum": "a0ee96b6ee9ed0181664e687f6b42f6273a87c885f34833a1e5a06368759cb35"}}, "download_size": 1217753, "post_processing_size": null, "dataset_size": 1251458, "size_in_bytes": 2469211}, "pl": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "pl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 828433, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 181266, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 231758, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-train.csv": {"num_bytes": 808667, "checksum": "87a9c4443badde50c56e5fe4e198ee6bfd35c01cc82c487a9a97921c2a2e8415"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-dev.csv": {"num_bytes": 227287, "checksum": "0caa1ef060e886a41f6ae05bdead735089ed14e9715e63a47583ba2f13b4a17b"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-test.csv": {"num_bytes": 176382, "checksum": "abea78b1b3c4a39017da96d5074f4d61c1b825590bfb65e50d64216a7c68de59"}}, "download_size": 1212336, "post_processing_size": null, "dataset_size": 1241457, "size_in_bytes": 2453793}, "pt": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "pt", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 854356, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 189163, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 240559, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-train.csv": {"num_bytes": 832314, "checksum": "8d769a45cf9435b840b3567dc8e327bee437a6a496eec0a1840d97262e032f60"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-dev.csv": {"num_bytes": 235432, "checksum": "8f063a119e9e4cd8eaa6de42ff125984867c54bfbacef14fce493783bbe6b113"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-test.csv": {"num_bytes": 183762, "checksum": "9ba9018a1919efd24d243112ecbb3c448e2d361eebaa1c9aadf8988e3767e9be"}}, "download_size": 1251508, "post_processing_size": null, "dataset_size": 1284078, "size_in_bytes": 2535586}, "ru": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1391674, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 300007, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 386268, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-train.csv": {"num_bytes": 1373901, "checksum": "9b2fa623b9a0fa827151a47f4713c5ebc56313c069ff47855e393d505951aa30"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-dev.csv": {"num_bytes": 382231, "checksum": "8e4de0dcb2d87c1a2adc7bfdbe8ce4a7e0a1e10e3deba947e26069490ab66abd"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-test.csv": {"num_bytes": 295513, "checksum": "87a92ee27b26e724c4e4923d744d8198f9eef49698be7b514734118a755c4fce"}}, "download_size": 2051645, "post_processing_size": null, "dataset_size": 2077949, "size_in_bytes": 4129594}, "zh": {"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n", "citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n", "homepage": "https://github.com/PhilipMay/stsb-multi-mt", "license": "custom license - see project page", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "similarity_score": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "stsb_multi_mt", "config_name": "zh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 694424, "num_examples": 5749, "dataset_name": "stsb_multi_mt"}, "test": {"name": "test", "num_bytes": 154834, "num_examples": 1379, "dataset_name": "stsb_multi_mt"}, "dev": {"name": "dev", "num_bytes": 195821, "num_examples": 1500, "dataset_name": "stsb_multi_mt"}}, "download_checksums": {"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-train.csv": {"num_bytes": 669068, "checksum": "6d44b5faa6c88e76f0c5f39fcd5963622c121b1d106f139a33b5b1df24c20ce2"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-dev.csv": {"num_bytes": 189283, "checksum": "f24a3580938f840d82ee3d520de3af2be355b389850f21d0cc5c228ba3f6cdc9"}, "https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-test.csv": {"num_bytes": 148541, "checksum": "a583195cb30b9d99ae5fe1d03cd3e544c4c2a1c48d27713fb0686c7bae9fbb19"}}, "download_size": 1006892, "post_processing_size": null, "dataset_size": 1045079, "size_in_bytes": 2051971}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"en": {
|
3 |
+
"description": "These are different multilingual translations and the English original of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
4 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
5 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
6 |
+
"license": "custom license - see project page",
|
7 |
+
"features": {
|
8 |
+
"sentence1": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"sentence2": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"similarity_score": {
|
17 |
+
"dtype": "float32",
|
18 |
+
"_type": "Value"
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"builder_name": "stsb_multi_mt",
|
22 |
+
"dataset_name": "stsb_multi_mt",
|
23 |
+
"config_name": "en",
|
24 |
+
"version": {
|
25 |
+
"version_str": "1.0.0",
|
26 |
+
"major": 1,
|
27 |
+
"minor": 0,
|
28 |
+
"patch": 0
|
29 |
+
},
|
30 |
+
"splits": {
|
31 |
+
"train": {
|
32 |
+
"name": "train",
|
33 |
+
"num_bytes": 731795,
|
34 |
+
"num_examples": 5749,
|
35 |
+
"dataset_name": null
|
36 |
+
},
|
37 |
+
"test": {
|
38 |
+
"name": "test",
|
39 |
+
"num_bytes": 164458,
|
40 |
+
"num_examples": 1379,
|
41 |
+
"dataset_name": null
|
42 |
+
},
|
43 |
+
"dev": {
|
44 |
+
"name": "dev",
|
45 |
+
"num_bytes": 210064,
|
46 |
+
"num_examples": 1500,
|
47 |
+
"dataset_name": null
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"download_size": 720594,
|
51 |
+
"dataset_size": 1106317,
|
52 |
+
"size_in_bytes": 1826911
|
53 |
+
},
|
54 |
+
"de": {
|
55 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
56 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
57 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
58 |
+
"license": "custom license - see project page",
|
59 |
+
"features": {
|
60 |
+
"sentence1": {
|
61 |
+
"dtype": "string",
|
62 |
+
"id": null,
|
63 |
+
"_type": "Value"
|
64 |
+
},
|
65 |
+
"sentence2": {
|
66 |
+
"dtype": "string",
|
67 |
+
"id": null,
|
68 |
+
"_type": "Value"
|
69 |
+
},
|
70 |
+
"similarity_score": {
|
71 |
+
"dtype": "float32",
|
72 |
+
"id": null,
|
73 |
+
"_type": "Value"
|
74 |
+
}
|
75 |
+
},
|
76 |
+
"post_processed": null,
|
77 |
+
"supervised_keys": null,
|
78 |
+
"builder_name": "stsb_multi_mt",
|
79 |
+
"config_name": "de",
|
80 |
+
"version": {
|
81 |
+
"version_str": "1.0.0",
|
82 |
+
"description": null,
|
83 |
+
"major": 1,
|
84 |
+
"minor": 0,
|
85 |
+
"patch": 0
|
86 |
+
},
|
87 |
+
"splits": {
|
88 |
+
"train": {
|
89 |
+
"name": "train",
|
90 |
+
"num_bytes": 867473,
|
91 |
+
"num_examples": 5749,
|
92 |
+
"dataset_name": "stsb_multi_mt"
|
93 |
+
},
|
94 |
+
"test": {
|
95 |
+
"name": "test",
|
96 |
+
"num_bytes": 193333,
|
97 |
+
"num_examples": 1379,
|
98 |
+
"dataset_name": "stsb_multi_mt"
|
99 |
+
},
|
100 |
+
"dev": {
|
101 |
+
"name": "dev",
|
102 |
+
"num_bytes": 247077,
|
103 |
+
"num_examples": 1500,
|
104 |
+
"dataset_name": "stsb_multi_mt"
|
105 |
+
}
|
106 |
+
},
|
107 |
+
"download_checksums": {
|
108 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-train.csv": {
|
109 |
+
"num_bytes": 847845,
|
110 |
+
"checksum": "7a393283b1ec86d9919452bd793db2938831169b29f1584660c3d20e2ee2a53e"
|
111 |
+
},
|
112 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-dev.csv": {
|
113 |
+
"num_bytes": 242726,
|
114 |
+
"checksum": "40ddf84ce3d2dfb957e11687edea30e5567c542219998f906ee552cfd3ef6769"
|
115 |
+
},
|
116 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-de-test.csv": {
|
117 |
+
"num_bytes": 188602,
|
118 |
+
"checksum": "a92ce1015b201a342784ab7e34e024ceb0a0eeb479231fbadd05f756afb817fd"
|
119 |
+
}
|
120 |
+
},
|
121 |
+
"download_size": 1279173,
|
122 |
+
"post_processing_size": null,
|
123 |
+
"dataset_size": 1307883,
|
124 |
+
"size_in_bytes": 2587056
|
125 |
+
},
|
126 |
+
"es": {
|
127 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
128 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
129 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
130 |
+
"license": "custom license - see project page",
|
131 |
+
"features": {
|
132 |
+
"sentence1": {
|
133 |
+
"dtype": "string",
|
134 |
+
"id": null,
|
135 |
+
"_type": "Value"
|
136 |
+
},
|
137 |
+
"sentence2": {
|
138 |
+
"dtype": "string",
|
139 |
+
"id": null,
|
140 |
+
"_type": "Value"
|
141 |
+
},
|
142 |
+
"similarity_score": {
|
143 |
+
"dtype": "float32",
|
144 |
+
"id": null,
|
145 |
+
"_type": "Value"
|
146 |
+
}
|
147 |
+
},
|
148 |
+
"post_processed": null,
|
149 |
+
"supervised_keys": null,
|
150 |
+
"builder_name": "stsb_multi_mt",
|
151 |
+
"config_name": "es",
|
152 |
+
"version": {
|
153 |
+
"version_str": "1.0.0",
|
154 |
+
"description": null,
|
155 |
+
"major": 1,
|
156 |
+
"minor": 0,
|
157 |
+
"patch": 0
|
158 |
+
},
|
159 |
+
"splits": {
|
160 |
+
"train": {
|
161 |
+
"name": "train",
|
162 |
+
"num_bytes": 887101,
|
163 |
+
"num_examples": 5749,
|
164 |
+
"dataset_name": "stsb_multi_mt"
|
165 |
+
},
|
166 |
+
"test": {
|
167 |
+
"name": "test",
|
168 |
+
"num_bytes": 194616,
|
169 |
+
"num_examples": 1379,
|
170 |
+
"dataset_name": "stsb_multi_mt"
|
171 |
+
},
|
172 |
+
"dev": {
|
173 |
+
"name": "dev",
|
174 |
+
"num_bytes": 245250,
|
175 |
+
"num_examples": 1500,
|
176 |
+
"dataset_name": "stsb_multi_mt"
|
177 |
+
}
|
178 |
+
},
|
179 |
+
"download_checksums": {
|
180 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-train.csv": {
|
181 |
+
"num_bytes": 864921,
|
182 |
+
"checksum": "c0b1e809c1d5e51f95e90753656a371a5c92fff9f459ba01be20ce23f3ecc8b4"
|
183 |
+
},
|
184 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-dev.csv": {
|
185 |
+
"num_bytes": 240097,
|
186 |
+
"checksum": "7afece0711add2fb35bc65874bdf0fbbacbd5c784ebb3b926f4099f3989317d4"
|
187 |
+
},
|
188 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-es-test.csv": {
|
189 |
+
"num_bytes": 189142,
|
190 |
+
"checksum": "2b6f60e63f19806436cdfd8fe314f91144f97e403d1d50f20ff9ffcb323d5b2f"
|
191 |
+
}
|
192 |
+
},
|
193 |
+
"download_size": 1294160,
|
194 |
+
"post_processing_size": null,
|
195 |
+
"dataset_size": 1326967,
|
196 |
+
"size_in_bytes": 2621127
|
197 |
+
},
|
198 |
+
"fr": {
|
199 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
200 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
201 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
202 |
+
"license": "custom license - see project page",
|
203 |
+
"features": {
|
204 |
+
"sentence1": {
|
205 |
+
"dtype": "string",
|
206 |
+
"id": null,
|
207 |
+
"_type": "Value"
|
208 |
+
},
|
209 |
+
"sentence2": {
|
210 |
+
"dtype": "string",
|
211 |
+
"id": null,
|
212 |
+
"_type": "Value"
|
213 |
+
},
|
214 |
+
"similarity_score": {
|
215 |
+
"dtype": "float32",
|
216 |
+
"id": null,
|
217 |
+
"_type": "Value"
|
218 |
+
}
|
219 |
+
},
|
220 |
+
"post_processed": null,
|
221 |
+
"supervised_keys": null,
|
222 |
+
"builder_name": "stsb_multi_mt",
|
223 |
+
"config_name": "fr",
|
224 |
+
"version": {
|
225 |
+
"version_str": "1.0.0",
|
226 |
+
"description": null,
|
227 |
+
"major": 1,
|
228 |
+
"minor": 0,
|
229 |
+
"patch": 0
|
230 |
+
},
|
231 |
+
"splits": {
|
232 |
+
"train": {
|
233 |
+
"name": "train",
|
234 |
+
"num_bytes": 910195,
|
235 |
+
"num_examples": 5749,
|
236 |
+
"dataset_name": "stsb_multi_mt"
|
237 |
+
},
|
238 |
+
"test": {
|
239 |
+
"name": "test",
|
240 |
+
"num_bytes": 200446,
|
241 |
+
"num_examples": 1379,
|
242 |
+
"dataset_name": "stsb_multi_mt"
|
243 |
+
},
|
244 |
+
"dev": {
|
245 |
+
"name": "dev",
|
246 |
+
"num_bytes": 254083,
|
247 |
+
"num_examples": 1500,
|
248 |
+
"dataset_name": "stsb_multi_mt"
|
249 |
+
}
|
250 |
+
},
|
251 |
+
"download_checksums": {
|
252 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-train.csv": {
|
253 |
+
"num_bytes": 888493,
|
254 |
+
"checksum": "29cece1d7e713cbc5c6940d4a0bbba7764da093e6d0b9da8fee26662b8af1d0a"
|
255 |
+
},
|
256 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-dev.csv": {
|
257 |
+
"num_bytes": 249002,
|
258 |
+
"checksum": "d9f0ed00811dc0d91663f195790bccc4627e0da3575e79e4e06ac777ec38039f"
|
259 |
+
},
|
260 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-fr-test.csv": {
|
261 |
+
"num_bytes": 195020,
|
262 |
+
"checksum": "f7da31a1d88557344afcb26430dc1c6cb85e76b564333de1a29f8008205b39b2"
|
263 |
+
}
|
264 |
+
},
|
265 |
+
"download_size": 1332515,
|
266 |
+
"post_processing_size": null,
|
267 |
+
"dataset_size": 1364724,
|
268 |
+
"size_in_bytes": 2697239
|
269 |
+
},
|
270 |
+
"it": {
|
271 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
272 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
273 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
274 |
+
"license": "custom license - see project page",
|
275 |
+
"features": {
|
276 |
+
"sentence1": {
|
277 |
+
"dtype": "string",
|
278 |
+
"id": null,
|
279 |
+
"_type": "Value"
|
280 |
+
},
|
281 |
+
"sentence2": {
|
282 |
+
"dtype": "string",
|
283 |
+
"id": null,
|
284 |
+
"_type": "Value"
|
285 |
+
},
|
286 |
+
"similarity_score": {
|
287 |
+
"dtype": "float32",
|
288 |
+
"id": null,
|
289 |
+
"_type": "Value"
|
290 |
+
}
|
291 |
+
},
|
292 |
+
"post_processed": null,
|
293 |
+
"supervised_keys": null,
|
294 |
+
"builder_name": "stsb_multi_mt",
|
295 |
+
"config_name": "it",
|
296 |
+
"version": {
|
297 |
+
"version_str": "1.0.0",
|
298 |
+
"description": null,
|
299 |
+
"major": 1,
|
300 |
+
"minor": 0,
|
301 |
+
"patch": 0
|
302 |
+
},
|
303 |
+
"splits": {
|
304 |
+
"train": {
|
305 |
+
"name": "train",
|
306 |
+
"num_bytes": 871526,
|
307 |
+
"num_examples": 5749,
|
308 |
+
"dataset_name": "stsb_multi_mt"
|
309 |
+
},
|
310 |
+
"test": {
|
311 |
+
"name": "test",
|
312 |
+
"num_bytes": 191647,
|
313 |
+
"num_examples": 1379,
|
314 |
+
"dataset_name": "stsb_multi_mt"
|
315 |
+
},
|
316 |
+
"dev": {
|
317 |
+
"name": "dev",
|
318 |
+
"num_bytes": 243144,
|
319 |
+
"num_examples": 1500,
|
320 |
+
"dataset_name": "stsb_multi_mt"
|
321 |
+
}
|
322 |
+
},
|
323 |
+
"download_checksums": {
|
324 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-train.csv": {
|
325 |
+
"num_bytes": 849516,
|
326 |
+
"checksum": "2e6563f62debb6c9a1233dc411424083b8694c8fe0a6d85723c8ce1ec8cfd894"
|
327 |
+
},
|
328 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-dev.csv": {
|
329 |
+
"num_bytes": 237958,
|
330 |
+
"checksum": "ee64355376825a84ee6cc82b36d9f22b7f03a77d73ea97756cb7aaf85079552b"
|
331 |
+
},
|
332 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-test.csv": {
|
333 |
+
"num_bytes": 186156,
|
334 |
+
"checksum": "e6f0be0552dd3c9e49ac794505086056b07f9cf2be68615e961107841a540248"
|
335 |
+
}
|
336 |
+
},
|
337 |
+
"download_size": 1273630,
|
338 |
+
"post_processing_size": null,
|
339 |
+
"dataset_size": 1306317,
|
340 |
+
"size_in_bytes": 2579947
|
341 |
+
},
|
342 |
+
"nl": {
|
343 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
344 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
345 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
346 |
+
"license": "custom license - see project page",
|
347 |
+
"features": {
|
348 |
+
"sentence1": {
|
349 |
+
"dtype": "string",
|
350 |
+
"id": null,
|
351 |
+
"_type": "Value"
|
352 |
+
},
|
353 |
+
"sentence2": {
|
354 |
+
"dtype": "string",
|
355 |
+
"id": null,
|
356 |
+
"_type": "Value"
|
357 |
+
},
|
358 |
+
"similarity_score": {
|
359 |
+
"dtype": "float32",
|
360 |
+
"id": null,
|
361 |
+
"_type": "Value"
|
362 |
+
}
|
363 |
+
},
|
364 |
+
"post_processed": null,
|
365 |
+
"supervised_keys": null,
|
366 |
+
"builder_name": "stsb_multi_mt",
|
367 |
+
"config_name": "nl",
|
368 |
+
"version": {
|
369 |
+
"version_str": "1.0.0",
|
370 |
+
"description": null,
|
371 |
+
"major": 1,
|
372 |
+
"minor": 0,
|
373 |
+
"patch": 0
|
374 |
+
},
|
375 |
+
"splits": {
|
376 |
+
"train": {
|
377 |
+
"name": "train",
|
378 |
+
"num_bytes": 833667,
|
379 |
+
"num_examples": 5749,
|
380 |
+
"dataset_name": "stsb_multi_mt"
|
381 |
+
},
|
382 |
+
"test": {
|
383 |
+
"name": "test",
|
384 |
+
"num_bytes": 182904,
|
385 |
+
"num_examples": 1379,
|
386 |
+
"dataset_name": "stsb_multi_mt"
|
387 |
+
},
|
388 |
+
"dev": {
|
389 |
+
"name": "dev",
|
390 |
+
"num_bytes": 234887,
|
391 |
+
"num_examples": 1500,
|
392 |
+
"dataset_name": "stsb_multi_mt"
|
393 |
+
}
|
394 |
+
},
|
395 |
+
"download_checksums": {
|
396 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-train.csv": {
|
397 |
+
"num_bytes": 810934,
|
398 |
+
"checksum": "4d60f75ec8e7a51c79f2fd7207747cf567bb16812f12f798031b119a14018f7c"
|
399 |
+
},
|
400 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-dev.csv": {
|
401 |
+
"num_bytes": 229492,
|
402 |
+
"checksum": "d2b2a895824d6bd60a28dbf9c22248df6e65603a389c08943255b7c2c694f8f2"
|
403 |
+
},
|
404 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-test.csv": {
|
405 |
+
"num_bytes": 177327,
|
406 |
+
"checksum": "a0ee96b6ee9ed0181664e687f6b42f6273a87c885f34833a1e5a06368759cb35"
|
407 |
+
}
|
408 |
+
},
|
409 |
+
"download_size": 1217753,
|
410 |
+
"post_processing_size": null,
|
411 |
+
"dataset_size": 1251458,
|
412 |
+
"size_in_bytes": 2469211
|
413 |
+
},
|
414 |
+
"pl": {
|
415 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
416 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
417 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
418 |
+
"license": "custom license - see project page",
|
419 |
+
"features": {
|
420 |
+
"sentence1": {
|
421 |
+
"dtype": "string",
|
422 |
+
"id": null,
|
423 |
+
"_type": "Value"
|
424 |
+
},
|
425 |
+
"sentence2": {
|
426 |
+
"dtype": "string",
|
427 |
+
"id": null,
|
428 |
+
"_type": "Value"
|
429 |
+
},
|
430 |
+
"similarity_score": {
|
431 |
+
"dtype": "float32",
|
432 |
+
"id": null,
|
433 |
+
"_type": "Value"
|
434 |
+
}
|
435 |
+
},
|
436 |
+
"post_processed": null,
|
437 |
+
"supervised_keys": null,
|
438 |
+
"builder_name": "stsb_multi_mt",
|
439 |
+
"config_name": "pl",
|
440 |
+
"version": {
|
441 |
+
"version_str": "1.0.0",
|
442 |
+
"description": null,
|
443 |
+
"major": 1,
|
444 |
+
"minor": 0,
|
445 |
+
"patch": 0
|
446 |
+
},
|
447 |
+
"splits": {
|
448 |
+
"train": {
|
449 |
+
"name": "train",
|
450 |
+
"num_bytes": 828433,
|
451 |
+
"num_examples": 5749,
|
452 |
+
"dataset_name": "stsb_multi_mt"
|
453 |
+
},
|
454 |
+
"test": {
|
455 |
+
"name": "test",
|
456 |
+
"num_bytes": 181266,
|
457 |
+
"num_examples": 1379,
|
458 |
+
"dataset_name": "stsb_multi_mt"
|
459 |
+
},
|
460 |
+
"dev": {
|
461 |
+
"name": "dev",
|
462 |
+
"num_bytes": 231758,
|
463 |
+
"num_examples": 1500,
|
464 |
+
"dataset_name": "stsb_multi_mt"
|
465 |
+
}
|
466 |
+
},
|
467 |
+
"download_checksums": {
|
468 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-train.csv": {
|
469 |
+
"num_bytes": 808667,
|
470 |
+
"checksum": "87a9c4443badde50c56e5fe4e198ee6bfd35c01cc82c487a9a97921c2a2e8415"
|
471 |
+
},
|
472 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-dev.csv": {
|
473 |
+
"num_bytes": 227287,
|
474 |
+
"checksum": "0caa1ef060e886a41f6ae05bdead735089ed14e9715e63a47583ba2f13b4a17b"
|
475 |
+
},
|
476 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pl-test.csv": {
|
477 |
+
"num_bytes": 176382,
|
478 |
+
"checksum": "abea78b1b3c4a39017da96d5074f4d61c1b825590bfb65e50d64216a7c68de59"
|
479 |
+
}
|
480 |
+
},
|
481 |
+
"download_size": 1212336,
|
482 |
+
"post_processing_size": null,
|
483 |
+
"dataset_size": 1241457,
|
484 |
+
"size_in_bytes": 2453793
|
485 |
+
},
|
486 |
+
"pt": {
|
487 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
488 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
489 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
490 |
+
"license": "custom license - see project page",
|
491 |
+
"features": {
|
492 |
+
"sentence1": {
|
493 |
+
"dtype": "string",
|
494 |
+
"id": null,
|
495 |
+
"_type": "Value"
|
496 |
+
},
|
497 |
+
"sentence2": {
|
498 |
+
"dtype": "string",
|
499 |
+
"id": null,
|
500 |
+
"_type": "Value"
|
501 |
+
},
|
502 |
+
"similarity_score": {
|
503 |
+
"dtype": "float32",
|
504 |
+
"id": null,
|
505 |
+
"_type": "Value"
|
506 |
+
}
|
507 |
+
},
|
508 |
+
"post_processed": null,
|
509 |
+
"supervised_keys": null,
|
510 |
+
"builder_name": "stsb_multi_mt",
|
511 |
+
"config_name": "pt",
|
512 |
+
"version": {
|
513 |
+
"version_str": "1.0.0",
|
514 |
+
"description": null,
|
515 |
+
"major": 1,
|
516 |
+
"minor": 0,
|
517 |
+
"patch": 0
|
518 |
+
},
|
519 |
+
"splits": {
|
520 |
+
"train": {
|
521 |
+
"name": "train",
|
522 |
+
"num_bytes": 854356,
|
523 |
+
"num_examples": 5749,
|
524 |
+
"dataset_name": "stsb_multi_mt"
|
525 |
+
},
|
526 |
+
"test": {
|
527 |
+
"name": "test",
|
528 |
+
"num_bytes": 189163,
|
529 |
+
"num_examples": 1379,
|
530 |
+
"dataset_name": "stsb_multi_mt"
|
531 |
+
},
|
532 |
+
"dev": {
|
533 |
+
"name": "dev",
|
534 |
+
"num_bytes": 240559,
|
535 |
+
"num_examples": 1500,
|
536 |
+
"dataset_name": "stsb_multi_mt"
|
537 |
+
}
|
538 |
+
},
|
539 |
+
"download_checksums": {
|
540 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-train.csv": {
|
541 |
+
"num_bytes": 832314,
|
542 |
+
"checksum": "8d769a45cf9435b840b3567dc8e327bee437a6a496eec0a1840d97262e032f60"
|
543 |
+
},
|
544 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-dev.csv": {
|
545 |
+
"num_bytes": 235432,
|
546 |
+
"checksum": "8f063a119e9e4cd8eaa6de42ff125984867c54bfbacef14fce493783bbe6b113"
|
547 |
+
},
|
548 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-pt-test.csv": {
|
549 |
+
"num_bytes": 183762,
|
550 |
+
"checksum": "9ba9018a1919efd24d243112ecbb3c448e2d361eebaa1c9aadf8988e3767e9be"
|
551 |
+
}
|
552 |
+
},
|
553 |
+
"download_size": 1251508,
|
554 |
+
"post_processing_size": null,
|
555 |
+
"dataset_size": 1284078,
|
556 |
+
"size_in_bytes": 2535586
|
557 |
+
},
|
558 |
+
"ru": {
|
559 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
560 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
561 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
562 |
+
"license": "custom license - see project page",
|
563 |
+
"features": {
|
564 |
+
"sentence1": {
|
565 |
+
"dtype": "string",
|
566 |
+
"id": null,
|
567 |
+
"_type": "Value"
|
568 |
+
},
|
569 |
+
"sentence2": {
|
570 |
+
"dtype": "string",
|
571 |
+
"id": null,
|
572 |
+
"_type": "Value"
|
573 |
+
},
|
574 |
+
"similarity_score": {
|
575 |
+
"dtype": "float32",
|
576 |
+
"id": null,
|
577 |
+
"_type": "Value"
|
578 |
+
}
|
579 |
+
},
|
580 |
+
"post_processed": null,
|
581 |
+
"supervised_keys": null,
|
582 |
+
"builder_name": "stsb_multi_mt",
|
583 |
+
"config_name": "ru",
|
584 |
+
"version": {
|
585 |
+
"version_str": "1.0.0",
|
586 |
+
"description": null,
|
587 |
+
"major": 1,
|
588 |
+
"minor": 0,
|
589 |
+
"patch": 0
|
590 |
+
},
|
591 |
+
"splits": {
|
592 |
+
"train": {
|
593 |
+
"name": "train",
|
594 |
+
"num_bytes": 1391674,
|
595 |
+
"num_examples": 5749,
|
596 |
+
"dataset_name": "stsb_multi_mt"
|
597 |
+
},
|
598 |
+
"test": {
|
599 |
+
"name": "test",
|
600 |
+
"num_bytes": 300007,
|
601 |
+
"num_examples": 1379,
|
602 |
+
"dataset_name": "stsb_multi_mt"
|
603 |
+
},
|
604 |
+
"dev": {
|
605 |
+
"name": "dev",
|
606 |
+
"num_bytes": 386268,
|
607 |
+
"num_examples": 1500,
|
608 |
+
"dataset_name": "stsb_multi_mt"
|
609 |
+
}
|
610 |
+
},
|
611 |
+
"download_checksums": {
|
612 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-train.csv": {
|
613 |
+
"num_bytes": 1373901,
|
614 |
+
"checksum": "9b2fa623b9a0fa827151a47f4713c5ebc56313c069ff47855e393d505951aa30"
|
615 |
+
},
|
616 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-dev.csv": {
|
617 |
+
"num_bytes": 382231,
|
618 |
+
"checksum": "8e4de0dcb2d87c1a2adc7bfdbe8ce4a7e0a1e10e3deba947e26069490ab66abd"
|
619 |
+
},
|
620 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-ru-test.csv": {
|
621 |
+
"num_bytes": 295513,
|
622 |
+
"checksum": "87a92ee27b26e724c4e4923d744d8198f9eef49698be7b514734118a755c4fce"
|
623 |
+
}
|
624 |
+
},
|
625 |
+
"download_size": 2051645,
|
626 |
+
"post_processing_size": null,
|
627 |
+
"dataset_size": 2077949,
|
628 |
+
"size_in_bytes": 4129594
|
629 |
+
},
|
630 |
+
"zh": {
|
631 |
+
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
632 |
+
"citation": "@InProceedings{huggingface:dataset:stsb_multi_mt,\ntitle = {Machine translated multilingual STS benchmark dataset.},\nauthor={Philip May},\nyear={2021},\nurl={https://github.com/PhilipMay/stsb-multi-mt}\n}\n",
|
633 |
+
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
634 |
+
"license": "custom license - see project page",
|
635 |
+
"features": {
|
636 |
+
"sentence1": {
|
637 |
+
"dtype": "string",
|
638 |
+
"id": null,
|
639 |
+
"_type": "Value"
|
640 |
+
},
|
641 |
+
"sentence2": {
|
642 |
+
"dtype": "string",
|
643 |
+
"id": null,
|
644 |
+
"_type": "Value"
|
645 |
+
},
|
646 |
+
"similarity_score": {
|
647 |
+
"dtype": "float32",
|
648 |
+
"id": null,
|
649 |
+
"_type": "Value"
|
650 |
+
}
|
651 |
+
},
|
652 |
+
"post_processed": null,
|
653 |
+
"supervised_keys": null,
|
654 |
+
"builder_name": "stsb_multi_mt",
|
655 |
+
"config_name": "zh",
|
656 |
+
"version": {
|
657 |
+
"version_str": "1.0.0",
|
658 |
+
"description": null,
|
659 |
+
"major": 1,
|
660 |
+
"minor": 0,
|
661 |
+
"patch": 0
|
662 |
+
},
|
663 |
+
"splits": {
|
664 |
+
"train": {
|
665 |
+
"name": "train",
|
666 |
+
"num_bytes": 694424,
|
667 |
+
"num_examples": 5749,
|
668 |
+
"dataset_name": "stsb_multi_mt"
|
669 |
+
},
|
670 |
+
"test": {
|
671 |
+
"name": "test",
|
672 |
+
"num_bytes": 154834,
|
673 |
+
"num_examples": 1379,
|
674 |
+
"dataset_name": "stsb_multi_mt"
|
675 |
+
},
|
676 |
+
"dev": {
|
677 |
+
"name": "dev",
|
678 |
+
"num_bytes": 195821,
|
679 |
+
"num_examples": 1500,
|
680 |
+
"dataset_name": "stsb_multi_mt"
|
681 |
+
}
|
682 |
+
},
|
683 |
+
"download_checksums": {
|
684 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-train.csv": {
|
685 |
+
"num_bytes": 669068,
|
686 |
+
"checksum": "6d44b5faa6c88e76f0c5f39fcd5963622c121b1d106f139a33b5b1df24c20ce2"
|
687 |
+
},
|
688 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-dev.csv": {
|
689 |
+
"num_bytes": 189283,
|
690 |
+
"checksum": "f24a3580938f840d82ee3d520de3af2be355b389850f21d0cc5c228ba3f6cdc9"
|
691 |
+
},
|
692 |
+
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-zh-test.csv": {
|
693 |
+
"num_bytes": 148541,
|
694 |
+
"checksum": "a583195cb30b9d99ae5fe1d03cd3e544c4c2a1c48d27713fb0686c7bae9fbb19"
|
695 |
+
}
|
696 |
+
},
|
697 |
+
"download_size": 1006892,
|
698 |
+
"post_processing_size": null,
|
699 |
+
"dataset_size": 1045079,
|
700 |
+
"size_in_bytes": 2051971
|
701 |
+
}
|
702 |
+
}
|
en/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddddbcd512fe72bdcc3b569d727cfc91b0f0db5991d3d73d9599f9b87def9e9b
|
3 |
+
size 142217
|
en/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad47e2a460df87f2e3f5913f91340f0d643a745f0e53840f65d025e412a7902a
|
3 |
+
size 108003
|
en/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6d710d3cd529a898da6e7bd12ec9014a56d0fbf7fe680cebe0620d3e5388df8
|
3 |
+
size 470374
|