Arie Cattan commited on
Commit
ce5868a
1 Parent(s): 599ce56
Files changed (1) hide show
  1. scico.py +1 -0
scico.py CHANGED
@@ -42,6 +42,7 @@ class Scico(datasets.GeneratorBasedBuilder):
42
  "source": datasets.Value("string")
43
  }
44
  ),
 
45
  citation = _CITATION)
46
 
47
 
 
42
  "source": datasets.Value("string")
43
  }
44
  ),
45
+ supervised_keys=None,
46
  citation = _CITATION)
47
 
48