CoolFace
Datasetpublic

MultiturnRL/ASearcher-Small

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes21downloads
README.md36 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question5    dtype: string6  - name: answer7    list: string8  - name: source9    dtype: string10  - name: aug_answer11    list: string12  - name: qid13    dtype: int6414  splits:15  - name: rl16    num_bytes: 348589.8603265604517    num_examples: 100018  - name: sft19    num_bytes: 174294.9301632802220    num_examples: 50021  - name: test22    num_bytes: 34858.98603265604523    num_examples: 10024  download_size: 32114925  dataset_size: 557743.776522496726configs:27- config_name: default28  data_files:29  - split: rl30    path: data/rl-*31  - split: sft32    path: data/sft-*33  - split: test34    path: data/test-*35---36