Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Swedish
Size:
100K - 1M
License:
Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -6,8 +6,6 @@ language_creators:
|
|
6 |
- found
|
7 |
language:
|
8 |
- sv
|
9 |
-
language_bcp47:
|
10 |
-
- sv-SE
|
11 |
license:
|
12 |
- cc-by-sa-4.0
|
13 |
multilinguality:
|
@@ -21,6 +19,8 @@ task_categories:
|
|
21 |
task_ids:
|
22 |
- named-entity-recognition
|
23 |
pretty_name: SwedMedNER
|
|
|
|
|
24 |
dataset_info:
|
25 |
- config_name: wiki
|
26 |
features:
|
@@ -40,9 +40,9 @@ dataset_info:
|
|
40 |
dtype:
|
41 |
class_label:
|
42 |
names:
|
43 |
-
0: Disorder and Finding
|
44 |
-
1: Pharmaceutical Drug
|
45 |
-
2: Body Structure
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 7044714
|
@@ -67,9 +67,9 @@ dataset_info:
|
|
67 |
dtype:
|
68 |
class_label:
|
69 |
names:
|
70 |
-
0: Disorder and Finding
|
71 |
-
1: Pharmaceutical Drug
|
72 |
-
2: Body Structure
|
73 |
splits:
|
74 |
- name: train
|
75 |
num_bytes: 97955287
|
@@ -94,9 +94,9 @@ dataset_info:
|
|
94 |
dtype:
|
95 |
class_label:
|
96 |
names:
|
97 |
-
0: Disorder and Finding
|
98 |
-
1: Pharmaceutical Drug
|
99 |
-
2: Body Structure
|
100 |
splits:
|
101 |
- name: train
|
102 |
num_bytes: 159007
|
|
|
6 |
- found
|
7 |
language:
|
8 |
- sv
|
|
|
|
|
9 |
license:
|
10 |
- cc-by-sa-4.0
|
11 |
multilinguality:
|
|
|
19 |
task_ids:
|
20 |
- named-entity-recognition
|
21 |
pretty_name: SwedMedNER
|
22 |
+
language_bcp47:
|
23 |
+
- sv-SE
|
24 |
dataset_info:
|
25 |
- config_name: wiki
|
26 |
features:
|
|
|
40 |
dtype:
|
41 |
class_label:
|
42 |
names:
|
43 |
+
'0': Disorder and Finding
|
44 |
+
'1': Pharmaceutical Drug
|
45 |
+
'2': Body Structure
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 7044714
|
|
|
67 |
dtype:
|
68 |
class_label:
|
69 |
names:
|
70 |
+
'0': Disorder and Finding
|
71 |
+
'1': Pharmaceutical Drug
|
72 |
+
'2': Body Structure
|
73 |
splits:
|
74 |
- name: train
|
75 |
num_bytes: 97955287
|
|
|
94 |
dtype:
|
95 |
class_label:
|
96 |
names:
|
97 |
+
'0': Disorder and Finding
|
98 |
+
'1': Pharmaceutical Drug
|
99 |
+
'2': Body Structure
|
100 |
splits:
|
101 |
- name: train
|
102 |
num_bytes: 159007
|