DT4LM/snli_test
收藏Hugging Face2024-05-28 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/DT4LM/snli_test
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
splits:
- name: test
num_bytes: 125644.95114006515
num_examples: 1000
download_size: 67842
dataset_size: 125644.95114006515
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
提供机构:
DT4LM
原始信息汇总
数据集概述
数据集信息
特征
- premise: 类型为字符串。
- hypothesis: 类型为字符串。
- label: 类型为分类标签,包含以下类别:
0: entailment1: neutral2: contradiction
数据分割
- test: 包含1000个样本,数据大小为125644.95114006515字节。
数据集大小
- 下载大小: 67842字节
- 数据集大小: 125644.95114006515字节
配置
- default: 包含测试数据文件,路径为
data/test-*。



