take off image in features
Browse files
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"),
|