Add 'simple_lower' config data files
Browse files
README.md
CHANGED
|
@@ -110,6 +110,28 @@ dataset_info:
|
|
| 110 |
num_examples: 13504
|
| 111 |
download_size: 6380714
|
| 112 |
dataset_size: 23807892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
configs:
|
| 114 |
- config_name: original_cased
|
| 115 |
data_files:
|
|
@@ -143,6 +165,14 @@ configs:
|
|
| 143 |
path: simple_cased/validation-*
|
| 144 |
- split: test
|
| 145 |
path: simple_cased/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
---
|
| 147 |
# Dataset Card for _SUCX 3.0 - NER_
|
| 148 |
|
|
|
|
| 110 |
num_examples: 13504
|
| 111 |
download_size: 6380714
|
| 112 |
dataset_size: 23807892
|
| 113 |
+
- config_name: simple_lower
|
| 114 |
+
features:
|
| 115 |
+
- name: id
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: tokens
|
| 118 |
+
sequence: string
|
| 119 |
+
- name: pos_tags
|
| 120 |
+
sequence: string
|
| 121 |
+
- name: ner_tags
|
| 122 |
+
sequence: string
|
| 123 |
+
splits:
|
| 124 |
+
- name: train
|
| 125 |
+
num_bytes: 15485970
|
| 126 |
+
num_examples: 43126
|
| 127 |
+
- name: validation
|
| 128 |
+
num_bytes: 3857709
|
| 129 |
+
num_examples: 10772
|
| 130 |
+
- name: test
|
| 131 |
+
num_bytes: 4868625
|
| 132 |
+
num_examples: 13504
|
| 133 |
+
download_size: 6268754
|
| 134 |
+
dataset_size: 24212304
|
| 135 |
configs:
|
| 136 |
- config_name: original_cased
|
| 137 |
data_files:
|
|
|
|
| 165 |
path: simple_cased/validation-*
|
| 166 |
- split: test
|
| 167 |
path: simple_cased/test-*
|
| 168 |
+
- config_name: simple_lower
|
| 169 |
+
data_files:
|
| 170 |
+
- split: train
|
| 171 |
+
path: simple_lower/train-*
|
| 172 |
+
- split: validation
|
| 173 |
+
path: simple_lower/validation-*
|
| 174 |
+
- split: test
|
| 175 |
+
path: simple_lower/test-*
|
| 176 |
---
|
| 177 |
# Dataset Card for _SUCX 3.0 - NER_
|
| 178 |
|
dataset_infos.json
CHANGED
|
@@ -267,48 +267,35 @@
|
|
| 267 |
"features": {
|
| 268 |
"id": {
|
| 269 |
"dtype": "string",
|
| 270 |
-
"id": null,
|
| 271 |
"_type": "Value"
|
| 272 |
},
|
| 273 |
"tokens": {
|
| 274 |
"feature": {
|
| 275 |
"dtype": "string",
|
| 276 |
-
"id": null,
|
| 277 |
"_type": "Value"
|
| 278 |
},
|
| 279 |
-
"length": -1,
|
| 280 |
-
"id": null,
|
| 281 |
"_type": "Sequence"
|
| 282 |
},
|
| 283 |
"pos_tags": {
|
| 284 |
"feature": {
|
| 285 |
"dtype": "string",
|
| 286 |
-
"id": null,
|
| 287 |
"_type": "Value"
|
| 288 |
},
|
| 289 |
-
"length": -1,
|
| 290 |
-
"id": null,
|
| 291 |
"_type": "Sequence"
|
| 292 |
},
|
| 293 |
"ner_tags": {
|
| 294 |
"feature": {
|
| 295 |
"dtype": "string",
|
| 296 |
-
"id": null,
|
| 297 |
"_type": "Value"
|
| 298 |
},
|
| 299 |
-
"length": -1,
|
| 300 |
-
"id": null,
|
| 301 |
"_type": "Sequence"
|
| 302 |
}
|
| 303 |
},
|
| 304 |
-
"
|
| 305 |
-
"
|
| 306 |
-
"task_templates": null,
|
| 307 |
-
"builder_name": "suc3",
|
| 308 |
"config_name": "simple_lower",
|
| 309 |
"version": {
|
| 310 |
"version_str": "1.0.2",
|
| 311 |
-
"description": null,
|
| 312 |
"major": 1,
|
| 313 |
"minor": 0,
|
| 314 |
"patch": 2
|
|
@@ -316,33 +303,26 @@
|
|
| 316 |
"splits": {
|
| 317 |
"train": {
|
| 318 |
"name": "train",
|
| 319 |
-
"num_bytes":
|
| 320 |
"num_examples": 43126,
|
| 321 |
-
"dataset_name":
|
| 322 |
},
|
| 323 |
"validation": {
|
| 324 |
"name": "validation",
|
| 325 |
-
"num_bytes":
|
| 326 |
"num_examples": 10772,
|
| 327 |
-
"dataset_name":
|
| 328 |
},
|
| 329 |
"test": {
|
| 330 |
"name": "test",
|
| 331 |
-
"num_bytes":
|
| 332 |
"num_examples": 13504,
|
| 333 |
-
"dataset_name":
|
| 334 |
-
}
|
| 335 |
-
},
|
| 336 |
-
"download_checksums": {
|
| 337 |
-
"https://huggingface.co/datasets/KBLab/sucx3_ner/resolve/main/data/simple_tags/lower.tar.gz": {
|
| 338 |
-
"num_bytes": 5094473,
|
| 339 |
-
"checksum": "5a52c52115e97dc288c9b17a84d364de0c9b7e3d8ee1857b3f6365eeb46c6ca1"
|
| 340 |
}
|
| 341 |
},
|
| 342 |
-
"download_size":
|
| 343 |
-
"
|
| 344 |
-
"
|
| 345 |
-
"size_in_bytes": 29307029
|
| 346 |
},
|
| 347 |
"simple_lower_mix": {
|
| 348 |
"description": " The dataset is a conversion of the venerable SUC 3.0 dataset into the\n huggingface ecosystem. The original dataset does not contain an official\n train-dev-test split, which is introduced here; the tag distribution for the\n NER tags between the three splits is mostly the same.\n \n The dataset has three different types of tagsets: manually annotated POS,\n manually annotated NER, and automatically annotated NER. For the\n automatically annotated NER tags, only sentences were chosen, where the\n automatic and manual annotations would match (with their respective\n categories).\n \n Additionally we provide remixes of the same data with some or all sentences\n being lowercased.\nautimatically annotated & lower_mix",
|
|
|
|
| 267 |
"features": {
|
| 268 |
"id": {
|
| 269 |
"dtype": "string",
|
|
|
|
| 270 |
"_type": "Value"
|
| 271 |
},
|
| 272 |
"tokens": {
|
| 273 |
"feature": {
|
| 274 |
"dtype": "string",
|
|
|
|
| 275 |
"_type": "Value"
|
| 276 |
},
|
|
|
|
|
|
|
| 277 |
"_type": "Sequence"
|
| 278 |
},
|
| 279 |
"pos_tags": {
|
| 280 |
"feature": {
|
| 281 |
"dtype": "string",
|
|
|
|
| 282 |
"_type": "Value"
|
| 283 |
},
|
|
|
|
|
|
|
| 284 |
"_type": "Sequence"
|
| 285 |
},
|
| 286 |
"ner_tags": {
|
| 287 |
"feature": {
|
| 288 |
"dtype": "string",
|
|
|
|
| 289 |
"_type": "Value"
|
| 290 |
},
|
|
|
|
|
|
|
| 291 |
"_type": "Sequence"
|
| 292 |
}
|
| 293 |
},
|
| 294 |
+
"builder_name": "parquet",
|
| 295 |
+
"dataset_name": "sucx3_ner",
|
|
|
|
|
|
|
| 296 |
"config_name": "simple_lower",
|
| 297 |
"version": {
|
| 298 |
"version_str": "1.0.2",
|
|
|
|
| 299 |
"major": 1,
|
| 300 |
"minor": 0,
|
| 301 |
"patch": 2
|
|
|
|
| 303 |
"splits": {
|
| 304 |
"train": {
|
| 305 |
"name": "train",
|
| 306 |
+
"num_bytes": 15485970,
|
| 307 |
"num_examples": 43126,
|
| 308 |
+
"dataset_name": null
|
| 309 |
},
|
| 310 |
"validation": {
|
| 311 |
"name": "validation",
|
| 312 |
+
"num_bytes": 3857709,
|
| 313 |
"num_examples": 10772,
|
| 314 |
+
"dataset_name": null
|
| 315 |
},
|
| 316 |
"test": {
|
| 317 |
"name": "test",
|
| 318 |
+
"num_bytes": 4868625,
|
| 319 |
"num_examples": 13504,
|
| 320 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
}
|
| 322 |
},
|
| 323 |
+
"download_size": 6268754,
|
| 324 |
+
"dataset_size": 24212304,
|
| 325 |
+
"size_in_bytes": 30481058
|
|
|
|
| 326 |
},
|
| 327 |
"simple_lower_mix": {
|
| 328 |
"description": " The dataset is a conversion of the venerable SUC 3.0 dataset into the\n huggingface ecosystem. The original dataset does not contain an official\n train-dev-test split, which is introduced here; the tag distribution for the\n NER tags between the three splits is mostly the same.\n \n The dataset has three different types of tagsets: manually annotated POS,\n manually annotated NER, and automatically annotated NER. For the\n automatically annotated NER tags, only sentences were chosen, where the\n automatic and manual annotations would match (with their respective\n categories).\n \n Additionally we provide remixes of the same data with some or all sentences\n being lowercased.\nautimatically annotated & lower_mix",
|
simple_lower/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dbe9b1c71daf2d7156b5a10a90cb08dd34a94b3199a75fa335099ff8b20331e
|
| 3 |
+
size 1303102
|
simple_lower/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7164162113524bf1f5a53de1873e8c1f3fa82b105923fa83e0d6ffb179a3ef3
|
| 3 |
+
size 3921599
|
simple_lower/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ed77bc9266d0ece113e9f59ef3dbfc1c6c3feb3e0fa5f7f16f7a145872ad667
|
| 3 |
+
size 1044053
|