File size: 667 Bytes
d46782a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: model_name
    dtype: string
  - name: id_prompt
    dtype: string
  - name: frame_prompt
    dtype: string
  - name: Image
    dtype: image
  - name: sub_images
    list:
    - name: bytes
      dtype: binary
    - name: path
      dtype: 'null'
  - name: score_list
    sequence: float64
  - name: same_list
    sequence: string
  - name: max_score
    dtype: float64
  - name: all_same
    dtype: bool
  splits:
  - name: train
    num_bytes: 1522597282.0
    num_examples: 98
  download_size: 1522665680
  dataset_size: 1522597282.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---