Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
Replace YAML keys from int to str
#3
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -9,8 +9,6 @@ license:
|
|
9 |
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
paperswithcode_id: wnut-2017-emerging-and-rare-entity
|
13 |
-
pretty_name: WNUT 17
|
14 |
size_categories:
|
15 |
- 1K<n<10K
|
16 |
source_datasets:
|
@@ -19,6 +17,8 @@ task_categories:
|
|
19 |
- token-classification
|
20 |
task_ids:
|
21 |
- named-entity-recognition
|
|
|
|
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
@@ -29,19 +29,19 @@ dataset_info:
|
|
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: train
|
|
|
9 |
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
|
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
source_datasets:
|
|
|
17 |
- token-classification
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
+
paperswithcode_id: wnut-2017-emerging-and-rare-entity
|
21 |
+
pretty_name: WNUT 17
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
|
|
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: train
|