BLNL commited on
Commit
4eb7a90
·
verified ·
1 Parent(s): 07b4240

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -7,5 +7,16 @@ configs:
7
  data_files:
8
  - split: test
9
  path: test/metadata.jsonl
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # [doc] image dataset 5
 
7
  data_files:
8
  - split: test
9
  path: test/metadata.jsonl
10
+
11
+ dataset_info:
12
+ features:
13
+ - name: image_path
14
+ dtype: image
15
+ - name: prompt
16
+ dtype: string
17
+ - name: answer
18
+ dtype: string
19
+ - name: type
20
+ dtype: string
21
  ---
22
  # [doc] image dataset 5