mbruton commited on
Commit
2a98e92
·
verified ·
1 Parent(s): fae1b32

Initial dataset

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: plaintext
5
+ dtype: string
6
+ - name: plaintext_with_errors
7
+ dtype: string
8
+ - name: ciphertext_with_errors_with_mix_code
9
+ list: string
10
+ - name: ciphertext_with_errors_without_mix_code
11
+ list: string
12
+ - name: ciphertext_without_errors_with_mix_code
13
+ list: string
14
+ - name: ciphertext_without_errors_without_mix_code
15
+ list: string
16
+ - name: key_with_errors_with_mix_code
17
+ dtype: string
18
+ - name: key_with_errors_without_mix_code
19
+ dtype: string
20
+ - name: key_without_errors_with_mix_code
21
+ dtype: string
22
+ - name: key_without_errors_without_mix_code
23
+ dtype: string
24
+ - name: year
25
+ dtype: int64
26
+ - name: year_range
27
+ dtype: string
28
+ - name: text_length
29
+ dtype: int64
30
+ - name: text_id
31
+ dtype: string
32
+ - name: plaintext_with_errors_with_mix
33
+ dtype: string
34
+ - name: plaintext_with_errors_without_mix
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 151559279
39
+ num_examples: 18002
40
+ - name: validation
41
+ num_bytes: 18917609
42
+ num_examples: 2249
43
+ - name: test
44
+ num_bytes: 19311279
45
+ num_examples: 2271
46
+ download_size: 73059199
47
+ dataset_size: 189788167
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ - split: validation
54
+ path: data/validation-*
55
+ - split: test
56
+ path: data/test-*
57
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6e7a5f3589eaed9c24985cb9af88dd0b08c0b45f22a2fa8451f054d84b626e
3
+ size 7540565
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfbf143c603b5515a3009432c4347ed9a281c57fbe83dddceac0cfdf6ba9767d
3
+ size 58107804
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581eb8907182c8ac5d3d7021e4db6d0d7e706cb7ba9c342dd6df19995cddb664
3
+ size 7410830