File size: 512 Bytes
24ffd48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': AI
          '1': Human
  splits:
  - name: train
    num_bytes: 2034793520.8400002
    num_examples: 301359
  - name: test
    num_bytes: 358763931.71400005
    num_examples: 53181
  download_size: 2387343160
  dataset_size: 2393557452.5540004
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---