CoolFace
Datasetpublic

CCBD-Interns/Mechinterp-dataset

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes23downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: _id5    dtype: string6  - name: language7    dtype: string8  - name: question9    dtype: string10  - name: answer11    dtype: string12  - name: prompt13    dtype: string14  splits:15  - name: train16    num_bytes: 115757317    num_examples: 2000018  - name: validation19    num_bytes: 125837120    num_examples: 2000021  download_size: 72574922  dataset_size: 241594423configs:24- config_name: default25  data_files:26  - split: train27    path: data/train-*28  - split: validation29    path: data/validation-*30---31