---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: input_prefix
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 46762807
    num_examples: 810
  - name: validation
    num_bytes: 5359401
    num_examples: 95
  - name: test
    num_bytes: 8300248
    num_examples: 148
  download_size: 26939162
  dataset_size: 60422456
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---