tamarsonha/tofu-clone
014
1---2dataset_info:3 features:4 - name: author_name5 dtype: string6 - name: place_of_birth7 dtype: string8 - name: gender9 dtype: string10 - name: year_of_birth11 dtype: int6412 - name: genre13 dtype: string14 - name: awards15 list: string16 - name: father_occupation17 dtype: string18 - name: mother_occupation19 dtype: string20 - name: books21 list: string22 - name: question23 dtype: string24 - name: answer25 dtype: string26 splits:27 - name: train28 num_bytes: 163687529 num_examples: 392030 - name: eval31 num_bytes: 40637732 num_examples: 98033 download_size: 51200034 dataset_size: 204325235configs:36- config_name: default37 data_files:38 - split: train39 path: data/train-*40 - split: eval41 path: data/eval-*42---43 