bipin commited on
Commit
30d4fcc
1 Parent(s): 78e07ce

updated dataloader

Browse files
Files changed (1) hide show
  1. glass_alloy_composition.py +1 -1
glass_alloy_composition.py CHANGED
@@ -35,7 +35,7 @@ _URLs = {
35
  'test': _URL+'1TvC3R0gIjFNj2HWyvMZuuubv78vuZpSF',
36
  }
37
 
38
- class AlloyCompositionDataset(datasets.GeneratorBasedBuilder):
39
  """TODO: Short description of my dataset."""
40
 
41
  VERSION = datasets.Version("1.0.0")
35
  'test': _URL+'1TvC3R0gIjFNj2HWyvMZuuubv78vuZpSF',
36
  }
37
 
38
+ class GlassAlloyComposition(datasets.GeneratorBasedBuilder):
39
  """TODO: Short description of my dataset."""
40
 
41
  VERSION = datasets.Version("1.0.0")