Datasets:
Initial dataset
Browse files- README.md +57 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
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: 489584071
|
| 39 |
+
num_examples: 58285
|
| 40 |
+
- name: validation
|
| 41 |
+
num_bytes: 61173531
|
| 42 |
+
num_examples: 7286
|
| 43 |
+
- name: test
|
| 44 |
+
num_bytes: 61455130
|
| 45 |
+
num_examples: 7300
|
| 46 |
+
download_size: 235079603
|
| 47 |
+
dataset_size: 612212732
|
| 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:cf3c17f125e48b3b6af89cbbe98f2a6aa407e5229843b85ae3b1a1dac2b90e2a
|
| 3 |
+
size 23936048
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:420f18666780377a4f7c3c46fd2c59dc937fb24c55caf48371c8704d5ba4fc3f
|
| 3 |
+
size 187315037
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0fd8c19b502b587c1c7fcd267ecc4abc844700b098d5a4ea458f50030192b4
|
| 3 |
+
size 23828518
|