File size: 826 Bytes
2d711d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 565526
    num_examples: 5000
  - name: test
    num_bytes: 57206
    num_examples: 500
  - name: test_shuffled
    num_bytes: 56698
    num_examples: 500
  - name: copied
    num_bytes: 56663
    num_examples: 500
  - name: random_sentence
    num_bytes: 62674
    num_examples: 500
  - name: gibrish
    num_bytes: 40994
    num_examples: 500
  download_size: 523598
  dataset_size: 839761
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: test_shuffled
    path: data/test_shuffled-*
  - split: copied
    path: data/copied-*
  - split: random_sentence
    path: data/random_sentence-*
  - split: gibrish
    path: data/gibrish-*
---