Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
10K<n<100K
License:
Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- token-classification
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: GermaNER
|
22 |
dataset_info:
|
23 |
features:
|
@@ -29,15 +28,15 @@ dataset_info:
|
|
29 |
sequence:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: B-LOC
|
33 |
-
1: B-ORG
|
34 |
-
2: B-OTH
|
35 |
-
3: B-PER
|
36 |
-
4: I-LOC
|
37 |
-
5: I-ORG
|
38 |
-
6: I-OTH
|
39 |
-
7: I-PER
|
40 |
-
8: O
|
41 |
splits:
|
42 |
- name: train
|
43 |
num_bytes: 9059606
|
|
|
17 |
- token-classification
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
|
|
20 |
pretty_name: GermaNER
|
21 |
dataset_info:
|
22 |
features:
|
|
|
28 |
sequence:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': B-LOC
|
32 |
+
'1': B-ORG
|
33 |
+
'2': B-OTH
|
34 |
+
'3': B-PER
|
35 |
+
'4': I-LOC
|
36 |
+
'5': I-ORG
|
37 |
+
'6': I-OTH
|
38 |
+
'7': I-PER
|
39 |
+
'8': O
|
40 |
splits:
|
41 |
- name: train
|
42 |
num_bytes: 9059606
|