Eioss commited on
Commit
a3ec2af
·
verified ·
1 Parent(s): 651fb8c

Remove configs from Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -56,6 +56,7 @@ Each sample in the dataset contains the following fields:
56
  - `scenario` (str): The specific application scenario or document type.
57
  - `question` (str): The prompt or instruction given to the model.
58
  - `images_list` (str): A string containing the image file paths associated with the sample.
 
59
  - `answer` (str): The ground truth answer or expected output (often in JSON or structured text format).
60
 
61
  ## Citation
 
56
  - `scenario` (str): The specific application scenario or document type.
57
  - `question` (str): The prompt or instruction given to the model.
58
  - `images_list` (str): A string containing the image file paths associated with the sample.
59
+ - `image` (list of images): The actual images rendered by the viewer.
60
  - `answer` (str): The ground truth answer or expected output (often in JSON or structured text format).
61
 
62
  ## Citation