---
dataset_info:
  features:
  - name: input
    dtype: string
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 25048637.6
    num_examples: 2842
  - name: test
    num_bytes: 10735130.4
    num_examples: 1218
  download_size: 20867260
  dataset_size: 35783768.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---