Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
Commit ·
45b74df
1
Parent(s): a345e84
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
|
@@ -44,15 +44,15 @@ dataset_info:
|
|
| 44 |
12: I-product
|
| 45 |
config_name: wnut_17
|
| 46 |
splits:
|
| 47 |
-
- name: test
|
| 48 |
-
num_bytes: 405536
|
| 49 |
-
num_examples: 1287
|
| 50 |
- name: train
|
| 51 |
num_bytes: 1078379
|
| 52 |
num_examples: 3394
|
| 53 |
- name: validation
|
| 54 |
num_bytes: 259383
|
| 55 |
num_examples: 1009
|
|
|
|
|
|
|
|
|
|
| 56 |
download_size: 800955
|
| 57 |
dataset_size: 1743298
|
| 58 |
---
|
|
|
|
| 44 |
12: I-product
|
| 45 |
config_name: wnut_17
|
| 46 |
splits:
|
|
|
|
|
|
|
|
|
|
| 47 |
- name: train
|
| 48 |
num_bytes: 1078379
|
| 49 |
num_examples: 3394
|
| 50 |
- name: validation
|
| 51 |
num_bytes: 259383
|
| 52 |
num_examples: 1009
|
| 53 |
+
- name: test
|
| 54 |
+
num_bytes: 405536
|
| 55 |
+
num_examples: 1287
|
| 56 |
download_size: 800955
|
| 57 |
dataset_size: 1743298
|
| 58 |
---
|