File size: 589 Bytes
725bb2f
 
 
 
 
 
 
 
 
 
 
c668f08
 
725bb2f
c668f08
 
725bb2f
c668f08
 
 
 
725bb2f
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: input_image
    dtype: image
  - name: output_image
    dtype: image
  - name: input_text
    dtype: string
  splits:
  - name: train
    num_bytes: 4488074669.675
    num_examples: 121761
  - name: valid
    num_bytes: 63260634.028
    num_examples: 3204
  - name: test
    num_bytes: 62130206.295
    num_examples: 3205
  download_size: 3883845748
  dataset_size: 4613465509.998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---