axiong commited on
Commit
0c67460
1 Parent(s): 82d70ac

Update pmc_oa.py

Browse files
Files changed (1) hide show
  1. pmc_oa.py +2 -2
pmc_oa.py CHANGED
@@ -82,8 +82,8 @@ class PMC_OA(datasets.GeneratorBasedBuilder):
82
  {
83
  "image": datasets.Value("string"),
84
  "caption": datasets.Value("string"),
85
- "alignment_type": datasets.Value("string"),
86
- "alignment_score": datasets.Value("float"),
87
  }
88
  ),
89
  supervised_keys=None,
 
82
  {
83
  "image": datasets.Value("string"),
84
  "caption": datasets.Value("string"),
85
+ # "alignment_type": datasets.Value("string"),
86
+ # "alignment_score": datasets.Value("float"),
87
  }
88
  ),
89
  supervised_keys=None,