File size: 720 Bytes
0062bfb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
---
dataset_info:
  features:
  - name: data_indexes
    sequence: int64
  - name: worker_id
    dtype: int64
  - name: dataset_name
    dtype: string
  - name: text_question
    dtype: string
  - name: text_thought_0
    dtype: string
  - name: text_thought_1
    dtype: string
  - name: needs_generation
    dtype: bool
  - name: image_0
    dtype: image
  - name: generated_image_1
    dtype: image
  - name: rank
    dtype: string
  - name: pair
    dtype: string
  - name: pair_id
    dtype: string
  splits:
  - name: train
    num_bytes: 30259151.0
    num_examples: 32
  download_size: 30235141
  dataset_size: 30259151.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---