Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Swati
Size:
10K<n<100K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- siswati_ner_corpus.py +1 -1
siswati_ner_corpus.py
CHANGED
@@ -68,7 +68,7 @@ class SiswatiNerCorpusConfig(datasets.BuilderConfig):
|
|
68 |
|
69 |
|
70 |
class SiswatiNerCorpus(datasets.GeneratorBasedBuilder):
|
71 |
-
"""
|
72 |
|
73 |
BUILDER_CONFIGS = [
|
74 |
SiswatiNerCorpusConfig(
|
|
|
68 |
|
69 |
|
70 |
class SiswatiNerCorpus(datasets.GeneratorBasedBuilder):
|
71 |
+
"""SiswatiNerCorpus Ner dataset"""
|
72 |
|
73 |
BUILDER_CONFIGS = [
|
74 |
SiswatiNerCorpusConfig(
|