Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,31 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: GermaNER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for GermaNER
|
@@ -220,4 +245,4 @@ END OF TERMS AND CONDITIONS
|
|
220 |
|
221 |
### Contributions
|
222 |
|
223 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: GermaNER
|
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: 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
|
44 |
+
num_examples: 26200
|
45 |
+
download_size: 4363657
|
46 |
+
dataset_size: 9059606
|
47 |
---
|
48 |
|
49 |
# Dataset Card for GermaNER
|
|
|
245 |
|
246 |
### Contributions
|
247 |
|
248 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|