File size: 498 Bytes
f51fbdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
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: 79471375272
    num_examples: 801698
  download_size: 79953654712
  dataset_size: 79471375272
---