Upload dataset
Browse files- README.md +31 -0
- enron/train-00000-of-00001.parquet +3 -0
- enron/val-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -50,6 +50,31 @@ dataset_info:
|
|
50 |
num_examples: 2000
|
51 |
download_size: 43274275
|
52 |
dataset_size: 58927934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
- config_name: europarl
|
54 |
features:
|
55 |
- name: text
|
@@ -163,6 +188,12 @@ configs:
|
|
163 |
path: bookcorpus2/train-*
|
164 |
- split: val
|
165 |
path: bookcorpus2/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
- config_name: europarl
|
167 |
data_files:
|
168 |
- split: train
|
|
|
50 |
num_examples: 2000
|
51 |
download_size: 43274275
|
52 |
dataset_size: 58927934
|
53 |
+
- config_name: enron
|
54 |
+
features:
|
55 |
+
- name: text
|
56 |
+
dtype: string
|
57 |
+
- name: synonym_substitution
|
58 |
+
dtype: string
|
59 |
+
- name: butter_fingers
|
60 |
+
dtype: string
|
61 |
+
- name: random_deletion
|
62 |
+
dtype: string
|
63 |
+
- name: change_char_case
|
64 |
+
dtype: string
|
65 |
+
- name: whitespace_perturbation
|
66 |
+
dtype: string
|
67 |
+
- name: underscore_trick
|
68 |
+
dtype: string
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 5578752
|
72 |
+
num_examples: 399
|
73 |
+
- name: val
|
74 |
+
num_bytes: 9849460
|
75 |
+
num_examples: 759
|
76 |
+
download_size: 10767627
|
77 |
+
dataset_size: 15428212
|
78 |
- config_name: europarl
|
79 |
features:
|
80 |
- name: text
|
|
|
188 |
path: bookcorpus2/train-*
|
189 |
- split: val
|
190 |
path: bookcorpus2/val-*
|
191 |
+
- config_name: enron
|
192 |
+
data_files:
|
193 |
+
- split: train
|
194 |
+
path: enron/train-*
|
195 |
+
- split: val
|
196 |
+
path: enron/val-*
|
197 |
- config_name: europarl
|
198 |
data_files:
|
199 |
- split: train
|
enron/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec74b84df37d80baba14ea0150dcc6dfc629a7ed8e8da7b73379a68258c94c61
|
3 |
+
size 3790760
|
enron/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e03380e1722daf044f3126e817e8e02d187fd888f7e4b640676d1f026745b1a
|
3 |
+
size 6976867
|