mickylan2367 commited on
Commit
59c35bb
·
1 Parent(s): b5679b7

Update LoadingScript

Browse files
Files changed (1) hide show
  1. LoadingScriptPractice.py +1 -1
LoadingScriptPractice.py CHANGED
@@ -68,7 +68,7 @@ class LoadingScriptPractice(datasets.GeneratorBasedBuilder):
68
  "label" : datasets.Value("string")
69
  }
70
  ),
71
- supervised_keys=("image", "caption", "data_idx", "number", "label"),
72
  # homepage=_HOMEPAGE,
73
  citation= "",
74
  # license=_LICENSE,
 
68
  "label" : datasets.Value("string")
69
  }
70
  ),
71
+ supervised_keys=("image", "caption"),
72
  # homepage=_HOMEPAGE,
73
  citation= "",
74
  # license=_LICENSE,