MichaelR207 commited on
Commit
349ca84
1 Parent(s): 0b99a0b

Rename MultilingualSimplification.py to MultiSim.py

Browse files

Huggingface requires that the data loader file is named the same as the repo

MultilingualSimplification.py → MultiSim.py RENAMED
@@ -206,7 +206,7 @@ _LANGUAGES = {
206
  }
207
 
208
 
209
- class MultilingualSimplification(datasets.GeneratorBasedBuilder):
210
  """MultiSim is a growing collection of Text Simplfication datasets in multiple languages. Each dataset is a set of complex and simple sentence pairs."""
211
 
212
  VERSION = datasets.Version("1.0.0")
 
206
  }
207
 
208
 
209
+ class MultiSim(datasets.GeneratorBasedBuilder):
210
  """MultiSim is a growing collection of Text Simplfication datasets in multiple languages. Each dataset is a set of complex and simple sentence pairs."""
211
 
212
  VERSION = datasets.Version("1.0.0")