Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Pedi
Size:
1K - 10K
License:
Commit
·
c97fda1
1
Parent(s):
8f78af2
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
|
@@ -7,7 +7,6 @@ language:
|
|
| 7 |
- nso
|
| 8 |
license:
|
| 9 |
- other
|
| 10 |
-
license_details: Creative Commons Attribution 2.5 South Africa License
|
| 11 |
multilinguality:
|
| 12 |
- monolingual
|
| 13 |
size_categories:
|
|
@@ -18,8 +17,8 @@ task_categories:
|
|
| 18 |
- token-classification
|
| 19 |
task_ids:
|
| 20 |
- named-entity-recognition
|
| 21 |
-
paperswithcode_id: null
|
| 22 |
pretty_name: Sepedi NER Corpus
|
|
|
|
| 23 |
dataset_info:
|
| 24 |
features:
|
| 25 |
- name: id
|
|
@@ -30,15 +29,15 @@ dataset_info:
|
|
| 30 |
sequence:
|
| 31 |
class_label:
|
| 32 |
names:
|
| 33 |
-
0: OUT
|
| 34 |
-
1: B-PERS
|
| 35 |
-
2: I-PERS
|
| 36 |
-
3: B-ORG
|
| 37 |
-
4: I-ORG
|
| 38 |
-
5: B-LOC
|
| 39 |
-
6: I-LOC
|
| 40 |
-
7: B-MISC
|
| 41 |
-
8: I-MISC
|
| 42 |
config_name: sepedi_ner
|
| 43 |
splits:
|
| 44 |
- name: train
|
|
|
|
| 7 |
- nso
|
| 8 |
license:
|
| 9 |
- other
|
|
|
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
size_categories:
|
|
|
|
| 17 |
- token-classification
|
| 18 |
task_ids:
|
| 19 |
- named-entity-recognition
|
|
|
|
| 20 |
pretty_name: Sepedi NER Corpus
|
| 21 |
+
license_details: Creative Commons Attribution 2.5 South Africa License
|
| 22 |
dataset_info:
|
| 23 |
features:
|
| 24 |
- name: id
|
|
|
|
| 29 |
sequence:
|
| 30 |
class_label:
|
| 31 |
names:
|
| 32 |
+
'0': OUT
|
| 33 |
+
'1': B-PERS
|
| 34 |
+
'2': I-PERS
|
| 35 |
+
'3': B-ORG
|
| 36 |
+
'4': I-ORG
|
| 37 |
+
'5': B-LOC
|
| 38 |
+
'6': I-LOC
|
| 39 |
+
'7': B-MISC
|
| 40 |
+
'8': I-MISC
|
| 41 |
config_name: sepedi_ner
|
| 42 |
splits:
|
| 43 |
- name: train
|