--- dataset_info: features: - name: text dtype: string - name: text_original dtype: string - name: labels list: class_label: names: '0': professional '1': question '2': experience_sharing '3': resource '4': opinion '5': how_to '6': humor '7': announcement '8': off_group_topic '9': reaction '10': substantive '11': discussion_init '12': emotional '13': disagreement '14': positive_reinforcement - name: message_id dtype: string - name: chat_name dtype: string - name: is_reply dtype: bool splits: - name: train num_bytes: 2015585 num_examples: 3842 - name: validation num_bytes: 275429 num_examples: 549 - name: calibration num_bytes: 149489 num_examples: 274 - name: test num_bytes: 427428 num_examples: 824 download_size: 1781245 dataset_size: 2867931 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: calibration path: data/calibration-* - split: test path: data/test-* ---