CoolFace
Datasetpublic

MERA-evaluation/Riddles

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes197downloads
README.md33 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: instruction5    dtype: string6  - name: inputs7    struct:8    - name: question9      dtype: string10  - name: outputs11    dtype: string12  - name: meta13    struct:14    - name: id15      dtype: int3216  splits:17  - name: shots18    num_bytes: 192719    num_examples: 520  - name: test21    num_bytes: 20803122    num_examples: 50023  download_size: 5450624  dataset_size: 20995825configs:26- config_name: default27  data_files:28  - split: shots29    path: data/shots-*30  - split: test31    path: data/test-*32---33