CoolFace
Datasetpublic

vidart/train_split_12dec_html

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes4downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: index5    dtype: int646  - name: context7    dtype: string8  - name: question9    dtype: string10  - name: answer11    dtype: string12  - name: answer_start13    dtype: int6414  - name: answer_end15    dtype: int6416  - name: file_path17    dtype: string18  - name: is_correct19    dtype: bool20  - name: id21    dtype: int6422  splits:23  - name: train24    num_bytes: 960586325    num_examples: 266226  download_size: 205735927  dataset_size: 960586328configs:29- config_name: default30  data_files:31  - split: train32    path: data/train-*33---34