Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
License:
system HF staff commited on
Commit
4ad35b8
1 Parent(s): a96dff2

Update files from the datasets library (from 1.5.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.5.0

Files changed (1) hide show
  1. polyglot_ner.py +1 -1
polyglot_ner.py CHANGED
@@ -122,7 +122,7 @@ class PolyglotNER(datasets.GeneratorBasedBuilder):
122
  for lang in _LANGUAGES
123
  ] + [
124
  PolyglotNERConfig(
125
- name=_COMBINED, languages=_LANGUAGES, description=f"Complete Polyglot-NER dataset with all languages."
126
  )
127
  ]
128
 
 
122
  for lang in _LANGUAGES
123
  ] + [
124
  PolyglotNERConfig(
125
+ name=_COMBINED, languages=_LANGUAGES, description="Complete Polyglot-NER dataset with all languages."
126
  )
127
  ]
128