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,42 @@ task_categories:
|
|
19 |
- token-classification
|
20 |
task_ids:
|
21 |
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "wnut_17"
|
|
|
19 |
- token-classification
|
20 |
task_ids:
|
21 |
- named-entity-recognition
|
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-corporation
|
34 |
+
2: I-corporation
|
35 |
+
3: B-creative-work
|
36 |
+
4: I-creative-work
|
37 |
+
5: B-group
|
38 |
+
6: I-group
|
39 |
+
7: B-location
|
40 |
+
8: I-location
|
41 |
+
9: B-person
|
42 |
+
10: I-person
|
43 |
+
11: B-product
|
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 |
---
|
59 |
|
60 |
# Dataset Card for "wnut_17"
|