CoolFace
Datasetpublic

QMMMS/squad_it_dataset

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: paragraphs5    list:6    - name: context7      dtype: string8    - name: qas9      list:10      - name: answers11        list:12        - name: answer_start13          dtype: int6414        - name: text15          dtype: string16      - name: id17        dtype: string18      - name: question19        dtype: string20  - name: title21    dtype: string22  splits:23  - name: train24    num_bytes: 2166343125    num_examples: 44226  download_size: 1203548727  dataset_size: 2166343128configs:29- config_name: default30  data_files:31  - split: train32    path: data/train-*33---34