Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
sentence-transformers
License:
Commit
•
78fdc96
1
Parent(s):
3f95be4
Add it data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -31
- it/dev-00000-of-00001.parquet +3 -0
- it/test-00000-of-00001.parquet +3 -0
- it/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -121,16 +121,16 @@ dataset_info:
|
|
121 |
dtype: float32
|
122 |
splits:
|
123 |
- name: train
|
124 |
-
num_bytes:
|
125 |
num_examples: 5749
|
126 |
- name: test
|
127 |
-
num_bytes:
|
128 |
num_examples: 1379
|
129 |
- name: dev
|
130 |
-
num_bytes:
|
131 |
num_examples: 1500
|
132 |
-
download_size:
|
133 |
-
dataset_size:
|
134 |
- config_name: nl
|
135 |
features:
|
136 |
- name: sentence1
|
@@ -264,6 +264,14 @@ configs:
|
|
264 |
path: fr/test-*
|
265 |
- split: dev
|
266 |
path: fr/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
---
|
268 |
|
269 |
# Dataset Card for STSb Multi MT
|
|
|
121 |
dtype: float32
|
122 |
splits:
|
123 |
- name: train
|
124 |
+
num_bytes: 871518
|
125 |
num_examples: 5749
|
126 |
- name: test
|
127 |
+
num_bytes: 191639
|
128 |
num_examples: 1379
|
129 |
- name: dev
|
130 |
+
num_bytes: 243136
|
131 |
num_examples: 1500
|
132 |
+
download_size: 813106
|
133 |
+
dataset_size: 1306293
|
134 |
- config_name: nl
|
135 |
features:
|
136 |
- name: sentence1
|
|
|
264 |
path: fr/test-*
|
265 |
- split: dev
|
266 |
path: fr/dev-*
|
267 |
+
- config_name: it
|
268 |
+
data_files:
|
269 |
+
- split: train
|
270 |
+
path: it/train-*
|
271 |
+
- split: test
|
272 |
+
path: it/test-*
|
273 |
+
- split: dev
|
274 |
+
path: it/dev-*
|
275 |
---
|
276 |
|
277 |
# Dataset Card for STSb Multi MT
|
dataset_infos.json
CHANGED
@@ -208,34 +208,29 @@
|
|
208 |
"size_in_bytes": 2192909
|
209 |
},
|
210 |
"it": {
|
211 |
-
"description": "
|
212 |
"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",
|
213 |
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
214 |
"license": "custom license - see project page",
|
215 |
"features": {
|
216 |
"sentence1": {
|
217 |
"dtype": "string",
|
218 |
-
"id": null,
|
219 |
"_type": "Value"
|
220 |
},
|
221 |
"sentence2": {
|
222 |
"dtype": "string",
|
223 |
-
"id": null,
|
224 |
"_type": "Value"
|
225 |
},
|
226 |
"similarity_score": {
|
227 |
"dtype": "float32",
|
228 |
-
"id": null,
|
229 |
"_type": "Value"
|
230 |
}
|
231 |
},
|
232 |
-
"post_processed": null,
|
233 |
-
"supervised_keys": null,
|
234 |
"builder_name": "stsb_multi_mt",
|
|
|
235 |
"config_name": "it",
|
236 |
"version": {
|
237 |
"version_str": "1.0.0",
|
238 |
-
"description": null,
|
239 |
"major": 1,
|
240 |
"minor": 0,
|
241 |
"patch": 0
|
@@ -243,41 +238,26 @@
|
|
243 |
"splits": {
|
244 |
"train": {
|
245 |
"name": "train",
|
246 |
-
"num_bytes":
|
247 |
"num_examples": 5749,
|
248 |
-
"dataset_name":
|
249 |
},
|
250 |
"test": {
|
251 |
"name": "test",
|
252 |
-
"num_bytes":
|
253 |
"num_examples": 1379,
|
254 |
-
"dataset_name":
|
255 |
},
|
256 |
"dev": {
|
257 |
"name": "dev",
|
258 |
-
"num_bytes":
|
259 |
"num_examples": 1500,
|
260 |
-
"dataset_name":
|
261 |
-
}
|
262 |
-
},
|
263 |
-
"download_checksums": {
|
264 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-train.csv": {
|
265 |
-
"num_bytes": 849516,
|
266 |
-
"checksum": "2e6563f62debb6c9a1233dc411424083b8694c8fe0a6d85723c8ce1ec8cfd894"
|
267 |
-
},
|
268 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-dev.csv": {
|
269 |
-
"num_bytes": 237958,
|
270 |
-
"checksum": "ee64355376825a84ee6cc82b36d9f22b7f03a77d73ea97756cb7aaf85079552b"
|
271 |
-
},
|
272 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-it-test.csv": {
|
273 |
-
"num_bytes": 186156,
|
274 |
-
"checksum": "e6f0be0552dd3c9e49ac794505086056b07f9cf2be68615e961107841a540248"
|
275 |
}
|
276 |
},
|
277 |
-
"download_size":
|
278 |
-
"
|
279 |
-
"
|
280 |
-
"size_in_bytes": 2579947
|
281 |
},
|
282 |
"nl": {
|
283 |
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
|
|
208 |
"size_in_bytes": 2192909
|
209 |
},
|
210 |
"it": {
|
211 |
+
"description": "These are different multilingual translations and the English original of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
212 |
"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",
|
213 |
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
214 |
"license": "custom license - see project page",
|
215 |
"features": {
|
216 |
"sentence1": {
|
217 |
"dtype": "string",
|
|
|
218 |
"_type": "Value"
|
219 |
},
|
220 |
"sentence2": {
|
221 |
"dtype": "string",
|
|
|
222 |
"_type": "Value"
|
223 |
},
|
224 |
"similarity_score": {
|
225 |
"dtype": "float32",
|
|
|
226 |
"_type": "Value"
|
227 |
}
|
228 |
},
|
|
|
|
|
229 |
"builder_name": "stsb_multi_mt",
|
230 |
+
"dataset_name": "stsb_multi_mt",
|
231 |
"config_name": "it",
|
232 |
"version": {
|
233 |
"version_str": "1.0.0",
|
|
|
234 |
"major": 1,
|
235 |
"minor": 0,
|
236 |
"patch": 0
|
|
|
238 |
"splits": {
|
239 |
"train": {
|
240 |
"name": "train",
|
241 |
+
"num_bytes": 871518,
|
242 |
"num_examples": 5749,
|
243 |
+
"dataset_name": null
|
244 |
},
|
245 |
"test": {
|
246 |
"name": "test",
|
247 |
+
"num_bytes": 191639,
|
248 |
"num_examples": 1379,
|
249 |
+
"dataset_name": null
|
250 |
},
|
251 |
"dev": {
|
252 |
"name": "dev",
|
253 |
+
"num_bytes": 243136,
|
254 |
"num_examples": 1500,
|
255 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
}
|
257 |
},
|
258 |
+
"download_size": 813106,
|
259 |
+
"dataset_size": 1306293,
|
260 |
+
"size_in_bytes": 2119399
|
|
|
261 |
},
|
262 |
"nl": {
|
263 |
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
it/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c260067fe648279074e99b51112c1d487c3e88181c50546a7276a8e9525968
|
3 |
+
size 159395
|
it/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902b429b7e6e69390c9cb562967dd36b7232f1a61e7d0a6eb2966b5a86c9de88
|
3 |
+
size 122087
|
it/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f8a4f7da1ec785498a9d23d67722abb0a4a6bed09ca918923d4855c611cd272
|
3 |
+
size 531624
|