--- dataset_info: features: - name: id dtype: int64 - name: instruction dtype: string - name: options struct: - name: label list: string - name: text list: string - name: answerKey dtype: string splits: - name: train num_bytes: 1215192 num_examples: 1048 - name: validation num_bytes: 135665 num_examples: 117 - name: test num_bytes: 71891 num_examples: 62 download_size: 402061 dataset_size: 1422748 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---