--- dataset_info: features: - name: instruction dtype: string - name: input dtype: float64 - name: output dtype: string - name: subset dtype: string - name: lang dtype: string - name: source dtype: string splits: - name: train num_bytes: 227006359 num_examples: 365644 - name: validation num_bytes: 2279281 num_examples: 4184 - name: test num_bytes: 2262091 num_examples: 4182 download_size: 103953334 dataset_size: 231547731 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---