hiyouga commited on
Commit
37e4933
·
verified ·
1 Parent(s): 1f29cb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ def generate_data(data_path: str):
64
  data = json.load(f)
65
  yield {
66
  "images": [image],
67
- "problem": data["annotat_text"],
68
  "answer": data["choices"][MAPPING[data["answer"]]],
69
  "id": data["id"],
70
  "choices": data["choices"],
 
64
  data = json.load(f)
65
  yield {
66
  "images": [image],
67
+ "problem": "<image>" + data["annotat_text"],
68
  "answer": data["choices"][MAPPING[data["answer"]]],
69
  "id": data["id"],
70
  "choices": data["choices"],