Datasets:
wmt
/

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
system HF staff commited on
Commit
a201ae9
1 Parent(s): 69f5e0c

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. wmt20_mlqe_task3.py +2 -2
wmt20_mlqe_task3.py CHANGED
@@ -106,9 +106,9 @@ class Wmt20MlqeTask3(datasets.GeneratorBasedBuilder):
106
 
107
  BUILDER_CONFIGS = [
108
  datasets.BuilderConfig(
109
- name=f"plain_text",
110
  version=datasets.Version("1.1.0"),
111
- description=f"Plain text",
112
  )
113
  ]
114
 
 
106
 
107
  BUILDER_CONFIGS = [
108
  datasets.BuilderConfig(
109
+ name="plain_text",
110
  version=datasets.Version("1.1.0"),
111
+ description="Plain text",
112
  )
113
  ]
114