Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Swedish
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,88 @@ task_categories:
|
|
21 |
task_ids:
|
22 |
- named-entity-recognition
|
23 |
pretty_name: SwedMedNER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for swedish_medical_ner
|
|
|
21 |
task_ids:
|
22 |
- named-entity-recognition
|
23 |
pretty_name: SwedMedNER
|
24 |
+
dataset_info:
|
25 |
+
- config_name: wiki
|
26 |
+
features:
|
27 |
+
- name: sid
|
28 |
+
dtype: string
|
29 |
+
- name: sentence
|
30 |
+
dtype: string
|
31 |
+
- name: entities
|
32 |
+
sequence:
|
33 |
+
- name: start
|
34 |
+
dtype: int32
|
35 |
+
- name: end
|
36 |
+
dtype: int32
|
37 |
+
- name: text
|
38 |
+
dtype: string
|
39 |
+
- name: type
|
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
|
49 |
+
num_examples: 48720
|
50 |
+
download_size: 52272712
|
51 |
+
dataset_size: 7044714
|
52 |
+
- config_name: lt
|
53 |
+
features:
|
54 |
+
- name: sid
|
55 |
+
dtype: string
|
56 |
+
- name: sentence
|
57 |
+
dtype: string
|
58 |
+
- name: entities
|
59 |
+
sequence:
|
60 |
+
- name: start
|
61 |
+
dtype: int32
|
62 |
+
- name: end
|
63 |
+
dtype: int32
|
64 |
+
- name: text
|
65 |
+
dtype: string
|
66 |
+
- name: type
|
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
|
76 |
+
num_examples: 745753
|
77 |
+
download_size: 52272712
|
78 |
+
dataset_size: 97955287
|
79 |
+
- config_name: '1177'
|
80 |
+
features:
|
81 |
+
- name: sid
|
82 |
+
dtype: string
|
83 |
+
- name: sentence
|
84 |
+
dtype: string
|
85 |
+
- name: entities
|
86 |
+
sequence:
|
87 |
+
- name: start
|
88 |
+
dtype: int32
|
89 |
+
- name: end
|
90 |
+
dtype: int32
|
91 |
+
- name: text
|
92 |
+
dtype: string
|
93 |
+
- name: type
|
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
|
103 |
+
num_examples: 927
|
104 |
+
download_size: 52272712
|
105 |
+
dataset_size: 159007
|
106 |
---
|
107 |
|
108 |
# Dataset Card for swedish_medical_ner
|