Remex23/counselchat-llama2
收藏资源简介:
--- dataset_info: features: - name: questionID dtype: string - name: questionTitle dtype: string - name: questionText dtype: string - name: questionUrl dtype: string - name: topics dtype: string - name: therapistName dtype: string - name: therapistUrl dtype: string - name: answerText dtype: string - name: upvotes dtype: int64 - name: text dtype: string splits: - name: train num_bytes: 5791592 num_examples: 1482 download_size: 3346530 dataset_size: 5791592 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset is primarily used for question and answer analysis in the field of mental health, containing detailed information about questions and answers, such as question ID, title, text, link, as well as the therapists name and link. Additionally, it includes the number of upvotes and text content for the answers. The dataset is divided into a training set with 1482 samples, totaling 5791592 bytes.
数据集概述
数据集特征
- questionID: 字符串类型
- questionTitle: 字符串类型
- questionText: 字符串类型
- questionUrl: 字符串类型
- topics: 字符串类型
- therapistName: 字符串类型
- therapistUrl: 字符串类型
- answerText: 字符串类型
- upvotes: 整数类型(int64)
- text: 字符串类型
数据集划分
- 训练集(train):
- 数据量: 5791592 字节
- 示例数量: 1482
数据集大小
- 下载大小: 3346530 字节
- 数据集总大小: 5791592 字节




