Datasets:

Multilinguality:
multilingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
bd9342c
1 Parent(s): 77af112

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. giga_fren.py +1 -1
giga_fren.py CHANGED
@@ -65,7 +65,7 @@ class GigaFrenConfig(datasets.BuilderConfig):
65
 
66
 
67
  class GigaFren(datasets.GeneratorBasedBuilder):
68
- BUILDER_CONFIGS = [GigaFrenConfig(description=f"Translating en to fr ", version=datasets.Version(_VERSION))]
69
  BUILDER_CONFIG_CLASS = GigaFrenConfig
70
 
71
  def _info(self):
65
 
66
 
67
  class GigaFren(datasets.GeneratorBasedBuilder):
68
+ BUILDER_CONFIGS = [GigaFrenConfig(description="Translating en to fr ", version=datasets.Version(_VERSION))]
69
  BUILDER_CONFIG_CLASS = GigaFrenConfig
70
 
71
  def _info(self):