system HF staff commited on
Commit
4234207
1 Parent(s): a7fde59

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. german_legal_entity_recognition.py +1 -1
german_legal_entity_recognition.py CHANGED
@@ -48,7 +48,7 @@ class GermanLegalEntityRecognition(datasets.GeneratorBasedBuilder):
48
  BUILDER_CONFIGS = [
49
  GermanLegalEntityRecognitionConfig(name=court, courts=[court], description=f"Court. {court}.")
50
  for court in _COURTS
51
- ] + [GermanLegalEntityRecognitionConfig(name=_ALL, courts=_COURTS, description=f"All courts included.")]
52
  BUILDER_CONFIG_CLASS = GermanLegalEntityRecognitionConfig
53
  DEFAULT_CONFIG_NAME = _ALL
54
 
 
48
  BUILDER_CONFIGS = [
49
  GermanLegalEntityRecognitionConfig(name=court, courts=[court], description=f"Court. {court}.")
50
  for court in _COURTS
51
+ ] + [GermanLegalEntityRecognitionConfig(name=_ALL, courts=_COURTS, description="All courts included.")]
52
  BUILDER_CONFIG_CLASS = GermanLegalEntityRecognitionConfig
53
  DEFAULT_CONFIG_NAME = _ALL
54