Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
10K<n<100K
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: linnaeus
|
21 |
pretty_name: LINNAEUS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -166,4 +192,4 @@ year = {2010}
|
|
166 |
|
167 |
### Contributions
|
168 |
|
169 |
-
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: linnaeus
|
21 |
pretty_name: LINNAEUS
|
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: linnaeus
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 2802877
|
39 |
+
num_examples: 7143
|
40 |
+
- name: train
|
41 |
+
num_bytes: 4772417
|
42 |
+
num_examples: 11936
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 1592823
|
45 |
+
num_examples: 4079
|
46 |
+
download_size: 18204624
|
47 |
+
dataset_size: 9168117
|
48 |
---
|
49 |
|
50 |
# Dataset Card for [Dataset Name]
|
|
|
192 |
|
193 |
### Contributions
|
194 |
|
195 |
+
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|