Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Zulu
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
- isizulu_ner_corpus.py +1 -1
isizulu_ner_corpus.py
CHANGED
@@ -56,7 +56,7 @@ class IsizuluNerCorpusConfig(datasets.BuilderConfig):
|
|
56 |
|
57 |
|
58 |
class IsizuluNerCorpus(datasets.GeneratorBasedBuilder):
|
59 |
-
"""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
IsizuluNerCorpusConfig(
|
|
|
56 |
|
57 |
|
58 |
class IsizuluNerCorpus(datasets.GeneratorBasedBuilder):
|
59 |
+
"""Isizulu Ner dataset"""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
IsizuluNerCorpusConfig(
|