File size: 1,271 Bytes
b8baef4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
dataset_info:
  features:
  - name: type
    dtype: string
  - name: brief_caption
    dtype: string
  - name: raw_prompt
    dtype: string
  - name: sft_prompt
    dtype: string
  - name: detailed_caption
    dtype: string
  - name: pth
    dtype: string
  - name: id
    dtype: string
  - name: aesthetic
    dtype: float64
  - name: width
    dtype: int64
  - name: hash
    dtype: string
  - name: augmented_prompts
    struct:
    - name: object_prompts
      sequence: string
    - name: paraphrases
      sequence: string
    - name: short_caption
      dtype: string
    - name: tags
      sequence: string
    - name: varied_captions
      sequence: string
  - name: augmented_cots
    struct:
    - name: object_centric
      sequence: string
    - name: region_descriptions
      sequence: string
    - name: step_by_step
      dtype: string
    - name: tags
      sequence: string
  - name: image
    dtype: string
  - name: pil_image
    dtype: image
  - name: o3_caption
    dtype: string
  - name: short4o_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 504914272.0
    num_examples: 500
  download_size: 503234044
  dataset_size: 504914272.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---