Samsoup/mnli
收藏Hugging Face2024-04-16 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/Samsoup/mnli
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: promptID
dtype: int32
- name: pairID
dtype: string
- name: premise
dtype: string
- name: premise_binary_parse
dtype: string
- name: premise_parse
dtype: string
- name: hypothesis
dtype: string
- name: hypothesis_binary_parse
dtype: string
- name: hypothesis_parse
dtype: string
- name: genre
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: input
dtype: string
splits:
- name: train
num_bytes: 489542376
num_examples: 392702
- name: validation
num_bytes: 12015470
num_examples: 9815
- name: test
num_bytes: 12677404
num_examples: 9832
download_size: 272608638
dataset_size: 514235250
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
提供机构:
Samsoup
原始信息汇总
数据集概述
数据集特征
- promptID:整数类型(int32)
- pairID:字符串类型(string)
- premise:字符串类型(string)
- premise_binary_parse:字符串类型(string)
- premise_parse:字符串类型(string)
- hypothesis:字符串类型(string)
- hypothesis_binary_parse:字符串类型(string)
- hypothesis_parse:字符串类型(string)
- genre:字符串类型(string)
- label:分类标签,包括entailment(0)、neutral(1)、contradiction(2)
- input:字符串类型(string)
数据集分割
- 训练集:
- 数据量:489542376字节
- 样本数:392702
- 验证集:
- 数据量:12015470字节
- 样本数:9815
- 测试集:
- 数据量:12677404字节
- 样本数:9832
数据集大小
- 下载大小:272608638字节
- 数据集总大小:514235250字节
配置文件
- 默认配置:
- 训练数据路径:data/train-*
- 验证数据路径:data/validation-*
- 测试数据路径:data/test-*



