Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,32 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: species800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -142,4 +168,4 @@ pretty_name: species800
|
|
142 |
[More Information Needed]
|
143 |
### Contributions
|
144 |
|
145 |
-
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: species800
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: tokens
|
27 |
+
sequence: string
|
28 |
+
- name: ner_tags
|
29 |
+
sequence:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: O
|
33 |
+
1: B
|
34 |
+
2: I
|
35 |
+
config_name: species_800
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 737760
|
39 |
+
num_examples: 1631
|
40 |
+
- name: train
|
41 |
+
num_bytes: 2579096
|
42 |
+
num_examples: 5734
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 385756
|
45 |
+
num_examples: 831
|
46 |
+
download_size: 18204624
|
47 |
+
dataset_size: 3702612
|
48 |
---
|
49 |
|
50 |
# Dataset Card for [Dataset Name]
|
|
|
168 |
[More Information Needed]
|
169 |
### Contributions
|
170 |
|
171 |
+
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|