Leyo commited on
Commit
c14239c
·
1 Parent(s): b05e51e

take off image in features

Browse files
Files changed (1) hide show
  1. SNLIVE.py +1 -1
SNLIVE.py CHANGED
@@ -64,7 +64,7 @@ JZ_FOLDER_PATH = f"{os.environ['cnw_ALL_CCFRSCRATCH']}/local_datasets/flickr30k-
64
 
65
  _FEATURES = datasets.Features(
66
  {
67
- "image": datasets.Image(),
68
  "filename": datasets.Value("string"),
69
  "premise": datasets.Value("string"),
70
  "hypothesis": datasets.Value("string"),
 
64
 
65
  _FEATURES = datasets.Features(
66
  {
67
+ # "image": datasets.Image(),
68
  "filename": datasets.Value("string"),
69
  "premise": datasets.Value("string"),
70
  "hypothesis": datasets.Value("string"),