Dennis Aumiller commited on
Commit
3e972d4
1 Parent(s): 5a6e475

Fixing loader class.

Browse files
Files changed (1) hide show
  1. eur-lex-sum.py +1 -1
eur-lex-sum.py CHANGED
@@ -87,7 +87,7 @@ class EurLexSumConfig(datasets.BuilderConfig):
87
  super(EurLexSumConfig, self).__init__(**kwargs)
88
 
89
 
90
- class EurLexSum(Summarization):
91
  VERSION = datasets.Version("1.0.0")
92
 
93
  BUILDER_CONFIGS = [
 
87
  super(EurLexSumConfig, self).__init__(**kwargs)
88
 
89
 
90
+ class EurLexSum(datasets.GeneratorBasedBuilder):
91
  VERSION = datasets.Version("1.0.0")
92
 
93
  BUILDER_CONFIGS = [