Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Finnish
Size:
10K<n<100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,62 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: finer
|
21 |
pretty_name: Finnish News Corpus for Named Entity Recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -156,4 +212,4 @@ IOB2 labeling scheme is used.
|
|
156 |
|
157 |
### Contributions
|
158 |
|
159 |
-
Thanks to [@stefan-it](https://github.com/stefan-it) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: finer
|
21 |
pretty_name: Finnish News Corpus for 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-DATE
|
34 |
+
2: B-EVENT
|
35 |
+
3: B-LOC
|
36 |
+
4: B-ORG
|
37 |
+
5: B-PER
|
38 |
+
6: B-PRO
|
39 |
+
7: I-DATE
|
40 |
+
8: I-EVENT
|
41 |
+
9: I-LOC
|
42 |
+
10: I-ORG
|
43 |
+
11: I-PER
|
44 |
+
12: I-PRO
|
45 |
+
- name: nested_ner_tags
|
46 |
+
sequence:
|
47 |
+
class_label:
|
48 |
+
names:
|
49 |
+
0: O
|
50 |
+
1: B-DATE
|
51 |
+
2: B-EVENT
|
52 |
+
3: B-LOC
|
53 |
+
4: B-ORG
|
54 |
+
5: B-PER
|
55 |
+
6: B-PRO
|
56 |
+
7: I-DATE
|
57 |
+
8: I-EVENT
|
58 |
+
9: I-LOC
|
59 |
+
10: I-ORG
|
60 |
+
11: I-PER
|
61 |
+
12: I-PRO
|
62 |
+
config_name: finer
|
63 |
+
splits:
|
64 |
+
- name: test
|
65 |
+
num_bytes: 1327354
|
66 |
+
num_examples: 3512
|
67 |
+
- name: test_wikipedia
|
68 |
+
num_bytes: 1404397
|
69 |
+
num_examples: 3360
|
70 |
+
- name: train
|
71 |
+
num_bytes: 5159550
|
72 |
+
num_examples: 13497
|
73 |
+
- name: validation
|
74 |
+
num_bytes: 387494
|
75 |
+
num_examples: 986
|
76 |
+
download_size: 3733127
|
77 |
+
dataset_size: 8278795
|
78 |
---
|
79 |
|
80 |
# Dataset Card for [Dataset Name]
|
|
|
212 |
|
213 |
### Contributions
|
214 |
|
215 |
+
Thanks to [@stefan-it](https://github.com/stefan-it) for adding this dataset.
|