File size: 690 Bytes
3bb6dc6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: current_output_image
    dtype: image
  - name: current_output_prompt
    dtype: string
  - name: candidate_prompts
    sequence: string
  - name: edit_prompt_pair_source
    dtype: string
  - name: edit_prompt_pair_target
    dtype: string
  - name: last_user_input
    dtype: string
  - name: last_eval_score
    dtype: int32
  - name: last_eval_explanation
    dtype: string
  - name: last_action_agent_output_action
    dtype: string
  splits:
  - name: train
    num_bytes: 4314230.0
    num_examples: 5
  download_size: 4316508
  dataset_size: 4314230.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---