AntoineBlanot/snli-3way
收藏Hugging Face2023-11-17 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/AntoineBlanot/snli-3way
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label_name
dtype: string
splits:
- name: train
num_bytes: 69083095
num_examples: 549367
- name: test
num_bytes: 1300733
num_examples: 9842
download_size: 19994363
dataset_size: 70383828
---
# Dataset Card for "snli-3way"
This dataset is the [snli](https://huggingface.co/datasets/snli) dataset where the labels are: `entailment`, `contradiction` and `neutral`.
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
AntoineBlanot
原始信息汇总
数据集卡片 "snli-3way"
配置
- 默认配置
- 数据文件
- 训练集:
data/train-* - 测试集:
data/test-*
- 训练集:
- 数据文件
数据集信息
- 特征
- 前提: 字符串
- 假设: 字符串
- 标签名称: 字符串
- 分割
- 训练集
- 字节数: 69083095
- 样本数: 549367
- 测试集
- 字节数: 1300733
- 样本数: 9842
- 训练集
- 下载大小: 19994363
- 数据集大小: 70383828
标签
- 包含标签:
entailment,contradiction,neutral



