veluribharath/mnli
收藏Hugging Face2023-11-30 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/veluribharath/mnli
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: id
dtype: int64
splits:
- name: train
num_bytes: 76190454
num_examples: 392702
- name: validation_matched
num_bytes: 1873043
num_examples: 9815
- name: validation_mismatched
num_bytes: 1988559
num_examples: 9832
- name: test_matched
num_bytes: 1887838
num_examples: 9796
- name: test_mismatched
num_bytes: 1990091
num_examples: 9847
download_size: 57193931
dataset_size: 83929985
---
# Dataset Card for "mnli"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
veluribharath
原始信息汇总
数据集概述
特征信息
- premise: 类型为字符串。
- hypothesis: 类型为字符串。
- label: 类型为分类标签,包含以下类别:
- 0: entailment
- 1: neutral
- 2: contradiction
- id: 类型为整数(int64)。
数据分割
- train: 包含392702个样本,总字节数为76190454。
- validation_matched: 包含9815个样本,总字节数为1873043。
- validation_mismatched: 包含9832个样本,总字节数为1988559。
- test_matched: 包含9796个样本,总字节数为1887838。
- test_mismatched: 包含9847个样本,总字节数为1990091。
数据集大小
- 下载大小: 57193931字节
- 数据集总大小: 83929985字节



