File size: 620 Bytes
2e38397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: method
    dtype: string
  - name: subdir
    dtype: string
  - name: image
    dtype: image
  - name: image_path
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': Real
          '1': Fake
  splits:
  - name: train
    num_bytes: 91555546589
    num_examples: 806940
  - name: validation
    num_bytes: 9160631085
    num_examples: 89660
  download_size: 98538430481
  dataset_size: 100716177674
---