Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
sentence-transformers
License:
Commit
·
9cbac54
1
Parent(s):
78fdc96
Add nl data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -31
- nl/dev-00000-of-00001.parquet +3 -0
- nl/test-00000-of-00001.parquet +3 -0
- nl/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -141,16 +141,16 @@ dataset_info:
|
|
| 141 |
dtype: float32
|
| 142 |
splits:
|
| 143 |
- name: train
|
| 144 |
-
num_bytes:
|
| 145 |
num_examples: 5749
|
| 146 |
- name: test
|
| 147 |
-
num_bytes:
|
| 148 |
num_examples: 1379
|
| 149 |
- name: dev
|
| 150 |
-
num_bytes:
|
| 151 |
num_examples: 1500
|
| 152 |
-
download_size:
|
| 153 |
-
dataset_size:
|
| 154 |
- config_name: pl
|
| 155 |
features:
|
| 156 |
- name: sentence1
|
|
@@ -272,6 +272,14 @@ configs:
|
|
| 272 |
path: it/test-*
|
| 273 |
- split: dev
|
| 274 |
path: it/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 275 |
---
|
| 276 |
|
| 277 |
# Dataset Card for STSb Multi MT
|
|
|
|
| 141 |
dtype: float32
|
| 142 |
splits:
|
| 143 |
- name: train
|
| 144 |
+
num_bytes: 833659
|
| 145 |
num_examples: 5749
|
| 146 |
- name: test
|
| 147 |
+
num_bytes: 182896
|
| 148 |
num_examples: 1379
|
| 149 |
- name: dev
|
| 150 |
+
num_bytes: 234879
|
| 151 |
num_examples: 1500
|
| 152 |
+
download_size: 786341
|
| 153 |
+
dataset_size: 1251434
|
| 154 |
- config_name: pl
|
| 155 |
features:
|
| 156 |
- name: sentence1
|
|
|
|
| 272 |
path: it/test-*
|
| 273 |
- split: dev
|
| 274 |
path: it/dev-*
|
| 275 |
+
- config_name: nl
|
| 276 |
+
data_files:
|
| 277 |
+
- split: train
|
| 278 |
+
path: nl/train-*
|
| 279 |
+
- split: test
|
| 280 |
+
path: nl/test-*
|
| 281 |
+
- split: dev
|
| 282 |
+
path: nl/dev-*
|
| 283 |
---
|
| 284 |
|
| 285 |
# Dataset Card for STSb Multi MT
|
dataset_infos.json
CHANGED
|
@@ -260,34 +260,29 @@
|
|
| 260 |
"size_in_bytes": 2119399
|
| 261 |
},
|
| 262 |
"nl": {
|
| 263 |
-
"description": "
|
| 264 |
"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",
|
| 265 |
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
| 266 |
"license": "custom license - see project page",
|
| 267 |
"features": {
|
| 268 |
"sentence1": {
|
| 269 |
"dtype": "string",
|
| 270 |
-
"id": null,
|
| 271 |
"_type": "Value"
|
| 272 |
},
|
| 273 |
"sentence2": {
|
| 274 |
"dtype": "string",
|
| 275 |
-
"id": null,
|
| 276 |
"_type": "Value"
|
| 277 |
},
|
| 278 |
"similarity_score": {
|
| 279 |
"dtype": "float32",
|
| 280 |
-
"id": null,
|
| 281 |
"_type": "Value"
|
| 282 |
}
|
| 283 |
},
|
| 284 |
-
"post_processed": null,
|
| 285 |
-
"supervised_keys": null,
|
| 286 |
"builder_name": "stsb_multi_mt",
|
|
|
|
| 287 |
"config_name": "nl",
|
| 288 |
"version": {
|
| 289 |
"version_str": "1.0.0",
|
| 290 |
-
"description": null,
|
| 291 |
"major": 1,
|
| 292 |
"minor": 0,
|
| 293 |
"patch": 0
|
|
@@ -295,41 +290,26 @@
|
|
| 295 |
"splits": {
|
| 296 |
"train": {
|
| 297 |
"name": "train",
|
| 298 |
-
"num_bytes":
|
| 299 |
"num_examples": 5749,
|
| 300 |
-
"dataset_name":
|
| 301 |
},
|
| 302 |
"test": {
|
| 303 |
"name": "test",
|
| 304 |
-
"num_bytes":
|
| 305 |
"num_examples": 1379,
|
| 306 |
-
"dataset_name":
|
| 307 |
},
|
| 308 |
"dev": {
|
| 309 |
"name": "dev",
|
| 310 |
-
"num_bytes":
|
| 311 |
"num_examples": 1500,
|
| 312 |
-
"dataset_name":
|
| 313 |
-
}
|
| 314 |
-
},
|
| 315 |
-
"download_checksums": {
|
| 316 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-train.csv": {
|
| 317 |
-
"num_bytes": 810934,
|
| 318 |
-
"checksum": "4d60f75ec8e7a51c79f2fd7207747cf567bb16812f12f798031b119a14018f7c"
|
| 319 |
-
},
|
| 320 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-dev.csv": {
|
| 321 |
-
"num_bytes": 229492,
|
| 322 |
-
"checksum": "d2b2a895824d6bd60a28dbf9c22248df6e65603a389c08943255b7c2c694f8f2"
|
| 323 |
-
},
|
| 324 |
-
"https://raw.githubusercontent.com/PhilipMay/stsb-multi-mt/main/data/stsb-nl-test.csv": {
|
| 325 |
-
"num_bytes": 177327,
|
| 326 |
-
"checksum": "a0ee96b6ee9ed0181664e687f6b42f6273a87c885f34833a1e5a06368759cb35"
|
| 327 |
}
|
| 328 |
},
|
| 329 |
-
"download_size":
|
| 330 |
-
"
|
| 331 |
-
"
|
| 332 |
-
"size_in_bytes": 2469211
|
| 333 |
},
|
| 334 |
"pl": {
|
| 335 |
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
|
|
|
| 260 |
"size_in_bytes": 2119399
|
| 261 |
},
|
| 262 |
"nl": {
|
| 263 |
+
"description": "These are different multilingual translations and the English original of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
| 264 |
"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",
|
| 265 |
"homepage": "https://github.com/PhilipMay/stsb-multi-mt",
|
| 266 |
"license": "custom license - see project page",
|
| 267 |
"features": {
|
| 268 |
"sentence1": {
|
| 269 |
"dtype": "string",
|
|
|
|
| 270 |
"_type": "Value"
|
| 271 |
},
|
| 272 |
"sentence2": {
|
| 273 |
"dtype": "string",
|
|
|
|
| 274 |
"_type": "Value"
|
| 275 |
},
|
| 276 |
"similarity_score": {
|
| 277 |
"dtype": "float32",
|
|
|
|
| 278 |
"_type": "Value"
|
| 279 |
}
|
| 280 |
},
|
|
|
|
|
|
|
| 281 |
"builder_name": "stsb_multi_mt",
|
| 282 |
+
"dataset_name": "stsb_multi_mt",
|
| 283 |
"config_name": "nl",
|
| 284 |
"version": {
|
| 285 |
"version_str": "1.0.0",
|
|
|
|
| 286 |
"major": 1,
|
| 287 |
"minor": 0,
|
| 288 |
"patch": 0
|
|
|
|
| 290 |
"splits": {
|
| 291 |
"train": {
|
| 292 |
"name": "train",
|
| 293 |
+
"num_bytes": 833659,
|
| 294 |
"num_examples": 5749,
|
| 295 |
+
"dataset_name": null
|
| 296 |
},
|
| 297 |
"test": {
|
| 298 |
"name": "test",
|
| 299 |
+
"num_bytes": 182896,
|
| 300 |
"num_examples": 1379,
|
| 301 |
+
"dataset_name": null
|
| 302 |
},
|
| 303 |
"dev": {
|
| 304 |
"name": "dev",
|
| 305 |
+
"num_bytes": 234879,
|
| 306 |
"num_examples": 1500,
|
| 307 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 308 |
}
|
| 309 |
},
|
| 310 |
+
"download_size": 786341,
|
| 311 |
+
"dataset_size": 1251434,
|
| 312 |
+
"size_in_bytes": 2037775
|
|
|
|
| 313 |
},
|
| 314 |
"pl": {
|
| 315 |
"description": "This is a multilingual translation of the STSbenchmark dataset. Translation has been done with deepl.com.\n",
|
nl/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:608268b9e43c17e4847a0f73ac34b659e01121421b9e1753435e32cd10399743
|
| 3 |
+
size 153267
|
nl/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c64cc7b8bb908d6d2800850654fe0338e36c18c1051071d736817d75f76e8c2b
|
| 3 |
+
size 116070
|
nl/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c494515dc675542863dcd537a60399dd1e243d3a369fd880f27469a13ec4875
|
| 3 |
+
size 517004
|