CoolFace
Datasetpublic

mbruton/czech_encrypted

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes165downloads
README.md54 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: plaintext5    dtype: string6  - name: plaintext_with_errors7    dtype: string8  - name: ciphertext_with_errors_with_mix_code9    list: string10  - name: ciphertext_with_errors_without_mix_code11    list: string12  - name: ciphertext_without_errors_with_mix_code13    list: string14  - name: ciphertext_without_errors_without_mix_code15    list: string16  - name: key_with_errors_with_mix_code17    dtype: string18  - name: key_with_errors_without_mix_code19    dtype: string20  - name: key_without_errors_with_mix_code21    dtype: string22  - name: key_without_errors_without_mix_code23    dtype: string24  - name: year25    dtype: int6426  - name: year_range27    dtype: string28  - name: text_length29    dtype: int6430  - name: text_id31    dtype: string32  splits:33  - name: train34    num_bytes: 201453390835    num_examples: 22823536  - name: validation37    num_bytes: 251682998.060525338    num_examples: 2851439  - name: test40    num_bytes: 252557106.499107641    num_examples: 2856942  download_size: 47554042543  dataset_size: 2518774012.559633344configs:45- config_name: default46  data_files:47  - split: train48    path: data/train-*49  - split: validation50    path: data/validation-*51  - split: test52    path: data/test-*53---54