Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Swedish
Size:
1K<n<10K
License:
Commit ·
372b6a1
1
Parent(s): eb271eb
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (6d936468a5a428eba26f8c8b3d71b5662eb05cd1)
README.md
CHANGED
|
@@ -17,7 +17,6 @@ task_categories:
|
|
| 17 |
- token-classification
|
| 18 |
task_ids:
|
| 19 |
- named-entity-recognition
|
| 20 |
-
paperswithcode_id: null
|
| 21 |
pretty_name: Swedish NER Corpus
|
| 22 |
dataset_info:
|
| 23 |
features:
|
|
@@ -29,11 +28,11 @@ dataset_info:
|
|
| 29 |
sequence:
|
| 30 |
class_label:
|
| 31 |
names:
|
| 32 |
-
0: '0'
|
| 33 |
-
1: LOC
|
| 34 |
-
2: MISC
|
| 35 |
-
3: ORG
|
| 36 |
-
4: PER
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
num_bytes: 2032630
|
|
|
|
| 17 |
- token-classification
|
| 18 |
task_ids:
|
| 19 |
- named-entity-recognition
|
|
|
|
| 20 |
pretty_name: Swedish NER Corpus
|
| 21 |
dataset_info:
|
| 22 |
features:
|
|
|
|
| 28 |
sequence:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
+
'0': '0'
|
| 32 |
+
'1': LOC
|
| 33 |
+
'2': MISC
|
| 34 |
+
'3': ORG
|
| 35 |
+
'4': PER
|
| 36 |
splits:
|
| 37 |
- name: train
|
| 38 |
num_bytes: 2032630
|