Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
File size: 585 Bytes
599b9fc
 
75c07dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599b9fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: apache-2.0
dataset_info:
  features:
  - name: imagepath
    dtype: string
  - name: previousaction
    dtype: string
  - name: previousactionhistory
    dtype: string
  - name: workflow
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: cot
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 16013126791.24
    num_examples: 50640
  download_size: 14099256810
  dataset_size: 16013126791.24
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---