File size: 517 Bytes
f94c17c
 
 
 
 
 
 
 
 
 
 
 
 
 
ef9155e
f94c17c
ef9155e
f94c17c
 
ef9155e
f94c17c
 
ef9155e
f94c17c
ef9155e
 
f94c17c
 
 
 
ef9155e
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
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: lr
    dtype: image
  - name: hr
    dtype: image
  splits:
  - name: train
    num_bytes: 393552000.0
    num_examples: 1200
  - name: test
    num_bytes: 49194000.0
    num_examples: 150
  download_size: 441545565
  dataset_size: 442746000.0
task_categories:
- image-to-image
size_categories:
- 1K<n<10K
---