File size: 632 Bytes
1b7884a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': generated
          '1': human
  splits:
  - name: train
    num_bytes: 8606540.8
    num_examples: 27076
  - name: test
    num_bytes: 1075976.533018171
    num_examples: 3385
  - name: validation
    num_bytes: 1075658.6669818289
    num_examples: 3384
  download_size: 6332520
  dataset_size: 10758176.000000002
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---