DT4LM/qqp
收藏Hugging Face2024-05-16 更新2024-06-26 收录
下载链接:
https://hf-mirror.com/datasets/DT4LM/qqp
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question1
dtype: string
- name: question2
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 43939950
num_examples: 323420
- name: validation
num_bytes: 5503609
num_examples: 40428
- name: test
num_bytes: 5493911
num_examples: 40428
download_size: 35064603
dataset_size: 54937470
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
This dataset is primarily used for natural language processing tasks, specifically for determining whether two questions are similar or related. It includes three features: question1 and question2, which store the text of two questions, and label, which indicates whether these two questions are similar. The dataset is divided into training, validation, and test sets, used for training, validating, and testing the model, respectively.
提供机构:
DT4LM
原始信息汇总
数据集概述
特征信息
- question1: 数据类型为字符串(string)
- question2: 数据类型为字符串(string)
- label: 数据类型为64位整数(int64)
数据分割
- 训练集(train):
- 字节数: 43939950
- 样本数: 323420
- 验证集(validation):
- 字节数: 5503609
- 样本数: 40428
- 测试集(test):
- 字节数: 5493911
- 样本数: 40428
数据大小
- 下载大小: 35064603 字节
- 数据集大小: 54937470 字节
配置信息
- 配置名称: default
- 数据文件路径:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*



