caesar_cipher / README.md
theblackcat102's picture
Upload dataset
0858cd1 verified
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: metadata
struct:
- name: cipher_text
dtype: string
- name: clear_text
dtype: string
- name: difficulty
struct:
- name: rotation
list: int64
- name: words
list: int64
- name: num_words
dtype: int64
- name: rotation
dtype: int64
- name: source_dataset
dtype: string
- name: source_index
dtype: int64
- name: difficulty
dtype: int64
splits:
- name: test
num_bytes: 90322
num_examples: 210
- name: validate
num_bytes: 42640
num_examples: 120
- name: train
num_bytes: 382232
num_examples: 1000
download_size: 182791
dataset_size: 515194
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: validate
path: data/validate-*
- split: train
path: data/train-*
---