bipin commited on
Commit
78e07ce
1 Parent(s): 3dd01a6

updated dataloader

Browse files
Files changed (1) hide show
  1. glass_alloy_composition.py +1 -3
glass_alloy_composition.py CHANGED
@@ -59,9 +59,7 @@ class AlloyCompositionDataset(datasets.GeneratorBasedBuilder):
59
  description=_DESCRIPTION,
60
  features=features,
61
  supervised_keys=None,
62
- homepage=_HOMEPAGE,
63
- license=_LICENSE,
64
- citation=_CITATION,
65
  )
66
 
67
  def _split_generators(self, dl_manager):
 
59
  description=_DESCRIPTION,
60
  features=features,
61
  supervised_keys=None,
62
+ license=_LICENSE
 
 
63
  )
64
 
65
  def _split_generators(self, dl_manager):