File size: 2,699 Bytes
c8bd750
 
f0e6b1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb18316
c8bd750
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d3f0c22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb18316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c8bd750
f0e6b1c
 
 
 
 
 
c8bd750
 
 
 
 
 
d3f0c22
 
 
 
 
 
fb18316
 
 
 
 
 
c8bd750
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
dataset_info:
- config_name: bookcorpus2
  features:
  - name: text
    dtype: string
  - name: synonym_substitution
    dtype: string
  - name: butter_fingers
    dtype: string
  - name: random_deletion
    dtype: string
  - name: change_char_case
    dtype: string
  - name: whitespace_perturbation
    dtype: string
  - name: underscore_trick
    dtype: string
  splits:
  - name: train
    num_bytes: 29399219
    num_examples: 2000
  - name: val
    num_bytes: 29528715
    num_examples: 2000
  download_size: 43274275
  dataset_size: 58927934
- config_name: github
  features:
  - name: text
    dtype: string
  - name: synonym_substitution
    dtype: string
  - name: butter_fingers
    dtype: string
  - name: random_deletion
    dtype: string
  - name: change_char_case
    dtype: string
  - name: whitespace_perturbation
    dtype: string
  - name: underscore_trick
    dtype: string
  splits:
  - name: train
    num_bytes: 21239019
    num_examples: 2000
  - name: val
    num_bytes: 21322777
    num_examples: 2000
  download_size: 25082023
  dataset_size: 42561796
- config_name: openwebtext2
  features:
  - name: text
    dtype: string
  - name: synonym_substitution
    dtype: string
  - name: butter_fingers
    dtype: string
  - name: random_deletion
    dtype: string
  - name: change_char_case
    dtype: string
  - name: whitespace_perturbation
    dtype: string
  - name: underscore_trick
    dtype: string
  splits:
  - name: train
    num_bytes: 30526002
    num_examples: 2000
  - name: val
    num_bytes: 30797068
    num_examples: 2000
  download_size: 45612154
  dataset_size: 61323070
- config_name: youtubesubtitles
  features:
  - name: text
    dtype: string
  - name: synonym_substitution
    dtype: string
  - name: butter_fingers
    dtype: string
  - name: random_deletion
    dtype: string
  - name: change_char_case
    dtype: string
  - name: whitespace_perturbation
    dtype: string
  - name: underscore_trick
    dtype: string
  splits:
  - name: train
    num_bytes: 21402936
    num_examples: 2000
  - name: val
    num_bytes: 19336425
    num_examples: 2000
  download_size: 31072242
  dataset_size: 40739361
configs:
- config_name: bookcorpus2
  data_files:
  - split: train
    path: bookcorpus2/train-*
  - split: val
    path: bookcorpus2/val-*
- config_name: github
  data_files:
  - split: train
    path: github/train-*
  - split: val
    path: github/val-*
- config_name: openwebtext2
  data_files:
  - split: train
    path: openwebtext2/train-*
  - split: val
    path: openwebtext2/val-*
- config_name: youtubesubtitles
  data_files:
  - split: train
    path: youtubesubtitles/train-*
  - split: val
    path: youtubesubtitles/val-*
---