File size: 626 Bytes
439732d
 
 
 
 
 
 
 
 
 
 
 
 
b4d479a
 
 
 
 
 
f6a4e7f
 
439732d
 
b4d479a
439732d
b4d479a
 
439732d
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: image
    dtype: image
  - name: conditioning_image
    dtype: image
  - name: text
    dtype: string
  - name: gpt4o_caption
    dtype: string
  - name: general_caption
    dtype: string
  - name: scene_person_descriptions
    sequence: string
  - name: num_people
    dtype: int32
  - name: annotations_json
    dtype: string
  splits:
  - name: train
    num_bytes: 34278914557.0
    num_examples: 20000
  download_size: 34094752883
  dataset_size: 34278914557.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---