Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Norwegian
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,199 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Norwegian NER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Norwegian NER
|
@@ -141,4 +334,4 @@ pretty_name: Norwegian NER
|
|
141 |
|
142 |
### Contributions
|
143 |
|
144 |
-
Thanks to [@jplu](https://github.com/jplu) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Norwegian NER
|
22 |
+
dataset_info:
|
23 |
+
- config_name: bokmaal
|
24 |
+
features:
|
25 |
+
- name: idx
|
26 |
+
dtype: string
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
- name: tokens
|
30 |
+
sequence: string
|
31 |
+
- name: lemmas
|
32 |
+
sequence: string
|
33 |
+
- name: pos_tags
|
34 |
+
sequence:
|
35 |
+
class_label:
|
36 |
+
names:
|
37 |
+
0: NOUN
|
38 |
+
1: PUNCT
|
39 |
+
2: ADP
|
40 |
+
3: NUM
|
41 |
+
4: SYM
|
42 |
+
5: SCONJ
|
43 |
+
6: ADJ
|
44 |
+
7: PART
|
45 |
+
8: DET
|
46 |
+
9: CCONJ
|
47 |
+
10: PROPN
|
48 |
+
11: PRON
|
49 |
+
12: X
|
50 |
+
13: ADV
|
51 |
+
14: INTJ
|
52 |
+
15: VERB
|
53 |
+
16: AUX
|
54 |
+
- name: ner_tags
|
55 |
+
sequence:
|
56 |
+
class_label:
|
57 |
+
names:
|
58 |
+
0: O
|
59 |
+
1: B-OTH
|
60 |
+
2: I-OTH
|
61 |
+
3: E-OTH
|
62 |
+
4: S-OTH
|
63 |
+
5: B-ORG
|
64 |
+
6: I-ORG
|
65 |
+
7: E-ORG
|
66 |
+
8: S-ORG
|
67 |
+
9: B-PRS
|
68 |
+
10: I-PRS
|
69 |
+
11: E-PRS
|
70 |
+
12: S-PRS
|
71 |
+
13: B-GEO
|
72 |
+
14: I-GEO
|
73 |
+
15: E-GEO
|
74 |
+
16: S-GEO
|
75 |
+
splits:
|
76 |
+
- name: test
|
77 |
+
num_bytes: 1212939
|
78 |
+
num_examples: 1939
|
79 |
+
- name: train
|
80 |
+
num_bytes: 9859760
|
81 |
+
num_examples: 15696
|
82 |
+
- name: validation
|
83 |
+
num_bytes: 1475216
|
84 |
+
num_examples: 2410
|
85 |
+
download_size: 8747760
|
86 |
+
dataset_size: 12547915
|
87 |
+
- config_name: nynorsk
|
88 |
+
features:
|
89 |
+
- name: idx
|
90 |
+
dtype: string
|
91 |
+
- name: text
|
92 |
+
dtype: string
|
93 |
+
- name: tokens
|
94 |
+
sequence: string
|
95 |
+
- name: lemmas
|
96 |
+
sequence: string
|
97 |
+
- name: pos_tags
|
98 |
+
sequence:
|
99 |
+
class_label:
|
100 |
+
names:
|
101 |
+
0: NOUN
|
102 |
+
1: PUNCT
|
103 |
+
2: ADP
|
104 |
+
3: NUM
|
105 |
+
4: SYM
|
106 |
+
5: SCONJ
|
107 |
+
6: ADJ
|
108 |
+
7: PART
|
109 |
+
8: DET
|
110 |
+
9: CCONJ
|
111 |
+
10: PROPN
|
112 |
+
11: PRON
|
113 |
+
12: X
|
114 |
+
13: ADV
|
115 |
+
14: INTJ
|
116 |
+
15: VERB
|
117 |
+
16: AUX
|
118 |
+
- name: ner_tags
|
119 |
+
sequence:
|
120 |
+
class_label:
|
121 |
+
names:
|
122 |
+
0: O
|
123 |
+
1: B-OTH
|
124 |
+
2: I-OTH
|
125 |
+
3: E-OTH
|
126 |
+
4: S-OTH
|
127 |
+
5: B-ORG
|
128 |
+
6: I-ORG
|
129 |
+
7: E-ORG
|
130 |
+
8: S-ORG
|
131 |
+
9: B-PRS
|
132 |
+
10: I-PRS
|
133 |
+
11: E-PRS
|
134 |
+
12: S-PRS
|
135 |
+
13: B-GEO
|
136 |
+
14: I-GEO
|
137 |
+
15: E-GEO
|
138 |
+
16: S-GEO
|
139 |
+
splits:
|
140 |
+
- name: test
|
141 |
+
num_bytes: 1006733
|
142 |
+
num_examples: 1511
|
143 |
+
- name: train
|
144 |
+
num_bytes: 9916338
|
145 |
+
num_examples: 14174
|
146 |
+
- name: validation
|
147 |
+
num_bytes: 1257235
|
148 |
+
num_examples: 1890
|
149 |
+
download_size: 8484545
|
150 |
+
dataset_size: 12180306
|
151 |
+
- config_name: samnorsk
|
152 |
+
features:
|
153 |
+
- name: idx
|
154 |
+
dtype: string
|
155 |
+
- name: text
|
156 |
+
dtype: string
|
157 |
+
- name: tokens
|
158 |
+
sequence: string
|
159 |
+
- name: lemmas
|
160 |
+
sequence: string
|
161 |
+
- name: pos_tags
|
162 |
+
sequence:
|
163 |
+
class_label:
|
164 |
+
names:
|
165 |
+
0: NOUN
|
166 |
+
1: PUNCT
|
167 |
+
2: ADP
|
168 |
+
3: NUM
|
169 |
+
4: SYM
|
170 |
+
5: SCONJ
|
171 |
+
6: ADJ
|
172 |
+
7: PART
|
173 |
+
8: DET
|
174 |
+
9: CCONJ
|
175 |
+
10: PROPN
|
176 |
+
11: PRON
|
177 |
+
12: X
|
178 |
+
13: ADV
|
179 |
+
14: INTJ
|
180 |
+
15: VERB
|
181 |
+
16: AUX
|
182 |
+
- name: ner_tags
|
183 |
+
sequence:
|
184 |
+
class_label:
|
185 |
+
names:
|
186 |
+
0: O
|
187 |
+
1: B-OTH
|
188 |
+
2: I-OTH
|
189 |
+
3: E-OTH
|
190 |
+
4: S-OTH
|
191 |
+
5: B-ORG
|
192 |
+
6: I-ORG
|
193 |
+
7: E-ORG
|
194 |
+
8: S-ORG
|
195 |
+
9: B-PRS
|
196 |
+
10: I-PRS
|
197 |
+
11: E-PRS
|
198 |
+
12: S-PRS
|
199 |
+
13: B-GEO
|
200 |
+
14: I-GEO
|
201 |
+
15: E-GEO
|
202 |
+
16: S-GEO
|
203 |
+
splits:
|
204 |
+
- name: test
|
205 |
+
num_bytes: 2219640
|
206 |
+
num_examples: 3450
|
207 |
+
- name: train
|
208 |
+
num_bytes: 22508485
|
209 |
+
num_examples: 34170
|
210 |
+
- name: validation
|
211 |
+
num_bytes: 2732419
|
212 |
+
num_examples: 4300
|
213 |
+
download_size: 19133049
|
214 |
+
dataset_size: 27460544
|
215 |
---
|
216 |
|
217 |
# Dataset Card for Norwegian NER
|
|
|
334 |
|
335 |
### Contributions
|
336 |
|
337 |
+
Thanks to [@jplu](https://github.com/jplu) for adding this dataset.
|