--- dataset_info: features: - name: id dtype: string - name: premise dtype: string - name: hypothesis dtype: string - name: answer dtype: string - name: dataset dtype: string - name: translated dtype: bool - name: input dtype: string - name: output dtype: string - name: conversations list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 803907702 num_examples: 862583 - name: validation num_bytes: 22739228 num_examples: 21681 - name: test num_bytes: 23217312 num_examples: 21757 download_size: 282036470 dataset_size: 849864242 configs: - config_name: default data_files: - split: train path: cs/train-* - split: validation path: cs/validation-* - split: test path: cs/test-* ---