Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Tswana
Size:
1K<n<10K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- setswana_ner_corpus.py +1 -1
setswana_ner_corpus.py
CHANGED
@@ -56,7 +56,7 @@ class SetswanaNerCorpusConfig(datasets.BuilderConfig):
|
|
56 |
|
57 |
|
58 |
class SetswanaNerCorpus(datasets.GeneratorBasedBuilder):
|
59 |
-
"""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
SetswanaNerCorpusConfig(
|
|
|
56 |
|
57 |
|
58 |
class SetswanaNerCorpus(datasets.GeneratorBasedBuilder):
|
59 |
+
"""Setswana Ner dataset"""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
SetswanaNerCorpusConfig(
|