--- dataset_info: features: - name: output struct: - name: instruction dtype: string - name: response dtype: string - name: id dtype: string - name: indicator dtype: string - name: skill dtype: string - name: subskill dtype: string - name: goal dtype: string - name: age_group dtype: string - name: stage dtype: int64 - name: context_template dtype: string - name: word_list dtype: string - name: instruction dtype: string - name: response dtype: string - name: POS dtype: string splits: - name: train num_bytes: 3850055357.698951 num_examples: 4095261 - name: val num_bytes: 15680051 num_examples: 16557 - name: test num_bytes: 5129475 num_examples: 5525 download_size: 1227135568 dataset_size: 3870864883.698951 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* - split: test path: data/test-* ---