BubbleJoe/multi_nli_unified_input
收藏Hugging Face2023-10-10 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/BubbleJoe/multi_nli_unified_input
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation_matched
path: data/validation_matched-*
- split: validation_mismatched
path: data/validation_mismatched-*
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: 487186164
num_examples: 392702
- name: validation_matched
num_bytes: 11956580
num_examples: 9815
- name: validation_mismatched
num_bytes: 12618412
num_examples: 9832
download_size: 272284496
dataset_size: 511761156
---
# Dataset Card for "multi_nli_unified_input"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
BubbleJoe
原始信息汇总
数据集概述
数据集名称
multi_nli_unified_input
数据集配置
- 默认配置:default
数据文件
- 训练集(train):路径为
data/train-* - 验证集匹配(validation_matched):路径为
data/validation_matched-* - 验证集不匹配(validation_mismatched):路径为
data/validation_mismatched-*
数据集特征
promptID:数据类型为int32pairID:数据类型为stringpremise:数据类型为stringpremise_binary_parse:数据类型为stringpremise_parse:数据类型为stringhypothesis:数据类型为stringhypothesis_binary_parse:数据类型为stringhypothesis_parse:数据类型为stringgenre:数据类型为stringlabel:数据类型为class_label,包含以下类别:0:entailment1:neutral2:contradiction
input:数据类型为string
数据集分割
- 训练集(train):
- 字节数:487186164
- 样本数:392702
- 验证集匹配(validation_matched):
- 字节数:11956580
- 样本数:9815
- 验证集不匹配(validation_mismatched):
- 字节数:12618412
- 样本数:9832
数据集大小
- 下载大小:272284496 字节
- 数据集大小:511761156 字节



