pain commited on
Commit
a05847b
·
1 Parent(s): 5a3528f

Update mscoco_jsonl_full.py

Browse files
Files changed (1) hide show
  1. mscoco_jsonl_full.py +2 -0
mscoco_jsonl_full.py CHANGED
@@ -67,4 +67,6 @@ class ImageCaptionsEmbeddings(datasets.GeneratorBasedBuilder):
67
  yield json_data["id"], {
68
  "id": json_data["id"],
69
  "embedding": json_data["embedding"],
 
 
70
  }
 
67
  yield json_data["id"], {
68
  "id": json_data["id"],
69
  "embedding": json_data["embedding"],
70
+ "en_caption": json_data["en_caption"],
71
+ "ar_caption": json_data["ar_caption"],
72
  }