hermeschen1116/daily_dialog_for_RG
065
1---2language:3- en4task_categories:5- text-generation6dataset_info:7 features:8 - name: prompt9 list:10 - name: content11 struct:12 - name: dialog13 dtype: string14 - name: emotion15 dtype: string16 - name: role17 dtype: string18 splits:19 - name: train20 num_bytes: 723917621 num_examples: 1111822 - name: validation23 num_bytes: 66790724 num_examples: 100025 - name: test26 num_bytes: 65059327 num_examples: 100028 download_size: 416344329 dataset_size: 855767630configs:31- config_name: default32 data_files:33 - split: train34 path: data/train-*35 - split: validation36 path: data/validation-*37 - split: test38 path: data/test-*39---40 