Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Polish
Size:
10K - 100K
License:
Commit
•
9f9ff93
1
Parent(s):
079ca7f
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
@@ -34,12 +34,12 @@ dataset_info:
|
|
34 |
4: placeName
|
35 |
5: time
|
36 |
splits:
|
37 |
-
- name: test
|
38 |
-
num_bytes: 221092
|
39 |
-
num_examples: 2058
|
40 |
- name: train
|
41 |
num_bytes: 1612125
|
42 |
num_examples: 15794
|
|
|
|
|
|
|
43 |
- name: validation
|
44 |
num_bytes: 196652
|
45 |
num_examples: 1941
|
|
|
34 |
4: placeName
|
35 |
5: time
|
36 |
splits:
|
|
|
|
|
|
|
37 |
- name: train
|
38 |
num_bytes: 1612125
|
39 |
num_examples: 15794
|
40 |
+
- name: test
|
41 |
+
num_bytes: 221092
|
42 |
+
num_examples: 2058
|
43 |
- name: validation
|
44 |
num_bytes: 196652
|
45 |
num_examples: 1941
|