Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
abhik1505040 commited on
Commit
916b79b
·
verified ·
1 Parent(s): 3370b90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,7 @@ def add_row(content, data, i, with_answer=False):
81
  content.append({"type": "text", "text": "Answer {}: ".format(i), })
82
  return content
83
 
84
- dataset = load_dataset("csebuetnlp/illusionVQA-Comprehension")
85
  client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
86
 
87
  content = [{
 
81
  content.append({"type": "text", "text": "Answer {}: ".format(i), })
82
  return content
83
 
84
+ dataset = load_dataset("csebuetnlp/illusionVQA-Soft-Localization")
85
  client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
86
 
87
  content = [{