Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
100K<n<1M
License:
Commit
•
a40f7e9
1
Parent(s):
da5bfe5
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -31,60 +31,60 @@ dataset_info:
|
|
31 |
sequence:
|
32 |
class_label:
|
33 |
names:
|
34 |
-
0: O
|
35 |
-
1: B-LOC
|
36 |
-
2: I-LOC
|
37 |
-
3: B-LOCderiv
|
38 |
-
4: I-LOCderiv
|
39 |
-
5: B-LOCpart
|
40 |
-
6: I-LOCpart
|
41 |
-
7: B-ORG
|
42 |
-
8: I-ORG
|
43 |
-
9: B-ORGderiv
|
44 |
-
10: I-ORGderiv
|
45 |
-
11: B-ORGpart
|
46 |
-
12: I-ORGpart
|
47 |
-
13: B-OTH
|
48 |
-
14: I-OTH
|
49 |
-
15: B-OTHderiv
|
50 |
-
16: I-OTHderiv
|
51 |
-
17: B-OTHpart
|
52 |
-
18: I-OTHpart
|
53 |
-
19: B-PER
|
54 |
-
20: I-PER
|
55 |
-
21: B-PERderiv
|
56 |
-
22: I-PERderiv
|
57 |
-
23: B-PERpart
|
58 |
-
24: I-PERpart
|
59 |
- name: nested_ner_tags
|
60 |
sequence:
|
61 |
class_label:
|
62 |
names:
|
63 |
-
0: O
|
64 |
-
1: B-LOC
|
65 |
-
2: I-LOC
|
66 |
-
3: B-LOCderiv
|
67 |
-
4: I-LOCderiv
|
68 |
-
5: B-LOCpart
|
69 |
-
6: I-LOCpart
|
70 |
-
7: B-ORG
|
71 |
-
8: I-ORG
|
72 |
-
9: B-ORGderiv
|
73 |
-
10: I-ORGderiv
|
74 |
-
11: B-ORGpart
|
75 |
-
12: I-ORGpart
|
76 |
-
13: B-OTH
|
77 |
-
14: I-OTH
|
78 |
-
15: B-OTHderiv
|
79 |
-
16: I-OTHderiv
|
80 |
-
17: B-OTHpart
|
81 |
-
18: I-OTHpart
|
82 |
-
19: B-PER
|
83 |
-
20: I-PER
|
84 |
-
21: B-PERderiv
|
85 |
-
22: I-PERderiv
|
86 |
-
23: B-PERpart
|
87 |
-
24: I-PERpart
|
88 |
config_name: germeval_14
|
89 |
splits:
|
90 |
- name: train
|
|
|
31 |
sequence:
|
32 |
class_label:
|
33 |
names:
|
34 |
+
'0': O
|
35 |
+
'1': B-LOC
|
36 |
+
'2': I-LOC
|
37 |
+
'3': B-LOCderiv
|
38 |
+
'4': I-LOCderiv
|
39 |
+
'5': B-LOCpart
|
40 |
+
'6': I-LOCpart
|
41 |
+
'7': B-ORG
|
42 |
+
'8': I-ORG
|
43 |
+
'9': B-ORGderiv
|
44 |
+
'10': I-ORGderiv
|
45 |
+
'11': B-ORGpart
|
46 |
+
'12': I-ORGpart
|
47 |
+
'13': B-OTH
|
48 |
+
'14': I-OTH
|
49 |
+
'15': B-OTHderiv
|
50 |
+
'16': I-OTHderiv
|
51 |
+
'17': B-OTHpart
|
52 |
+
'18': I-OTHpart
|
53 |
+
'19': B-PER
|
54 |
+
'20': I-PER
|
55 |
+
'21': B-PERderiv
|
56 |
+
'22': I-PERderiv
|
57 |
+
'23': B-PERpart
|
58 |
+
'24': I-PERpart
|
59 |
- name: nested_ner_tags
|
60 |
sequence:
|
61 |
class_label:
|
62 |
names:
|
63 |
+
'0': O
|
64 |
+
'1': B-LOC
|
65 |
+
'2': I-LOC
|
66 |
+
'3': B-LOCderiv
|
67 |
+
'4': I-LOCderiv
|
68 |
+
'5': B-LOCpart
|
69 |
+
'6': I-LOCpart
|
70 |
+
'7': B-ORG
|
71 |
+
'8': I-ORG
|
72 |
+
'9': B-ORGderiv
|
73 |
+
'10': I-ORGderiv
|
74 |
+
'11': B-ORGpart
|
75 |
+
'12': I-ORGpart
|
76 |
+
'13': B-OTH
|
77 |
+
'14': I-OTH
|
78 |
+
'15': B-OTHderiv
|
79 |
+
'16': I-OTHderiv
|
80 |
+
'17': B-OTHpart
|
81 |
+
'18': I-OTHpart
|
82 |
+
'19': B-PER
|
83 |
+
'20': I-PER
|
84 |
+
'21': B-PERderiv
|
85 |
+
'22': I-PERderiv
|
86 |
+
'23': B-PERpart
|
87 |
+
'24': I-PERpart
|
88 |
config_name: germeval_14
|
89 |
splits:
|
90 |
- name: train
|