---
dataset_info:
  features:
  - name: English
    dtype: string
  - name: German
    dtype: string
  splits:
  - name: train
    num_bytes: 13690179
    num_examples: 177226
  - name: test
    num_bytes: 3420351
    num_examples: 44307
  download_size: 11787004
  dataset_size: 17110530
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---