CoolFace
Datasetpublic

learning-machine-inc/musr-cot-opus5

sourceHugging Faceupdated 10d agoView on Hugging Face
0likes215downloads
README.md41 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question_id5    dtype: string6  - name: category7    dtype: string8  - name: question9    dtype: string10  - name: target11    dtype: string12  - name: answered13    dtype: string14  - name: cot15    dtype: string16  - name: matches_gold17    dtype: bool18  - name: well_formed19    dtype: bool20  - name: effort21    dtype: string22  - name: writer23    dtype: string24  splits:25  - name: train26    num_bytes: 2133227    num_examples: 328  - name: test29    num_bytes: 480784530    num_examples: 75631  download_size: 206138632  dataset_size: 482917733configs:34- config_name: default35  data_files:36  - split: train37    path: data/train-*38  - split: test39    path: data/test-*40---41