EleutherAI/quirky_nli_alice
收藏Hugging Face2024-01-12 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/EleutherAI/quirky_nli_alice
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: id
dtype: string
- name: choices
sequence: string
- name: bob_label
dtype: int64
- name: difficulty
dtype: float64
- name: statement
dtype: string
- name: character
dtype: string
- name: alice_label
dtype: int64
splits:
- name: train
num_bytes: 1324822.703310431
num_examples: 5604
- name: validation
num_bytes: 480236.5
num_examples: 2000
- name: test
num_bytes: 474984.5
num_examples: 2000
download_size: 869935
dataset_size: 2280043.703310431
---
# Dataset Card for "quirky_nli_alice"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
EleutherAI
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
数据集信息
-
特征:
- label: 类别标签,包含三个类别:entailment, neutral, contradiction
- id: 字符串类型
- choices: 字符串序列
- bob_label: 64位整数
- difficulty: 64位浮点数
- statement: 字符串类型
- character: 字符串类型
- alice_label: 64位整数
-
数据分割:
- 训练集:
- 字节数: 1324822.703310431
- 样本数: 5604
- 验证集:
- 字节数: 480236.5
- 样本数: 2000
- 测试集:
- 字节数: 474984.5
- 样本数: 2000
- 训练集:
-
下载大小: 869935
-
数据集大小: 2280043.703310431



