ajmangus/qm_mixture_1.0e
收藏Hugging Face2023-11-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/ajmangus/qm_mixture_1.0e
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: alice_label
dtype: bool
- name: bob_label
dtype: bool
- name: charlie_label
dtype: bool
- name: difficulty
dtype: int64
- name: statement
dtype: string
- name: choices
sequence: string
- name: character
dtype: string
- name: label
dtype:
class_label:
names:
'0': 'False'
'1': 'True'
splits:
- name: train
num_bytes: 72190684
num_examples: 599997
- name: validation
num_bytes: 7209771
num_examples: 59997
- name: test
num_bytes: 7223936
num_examples: 59997
download_size: 19912524
dataset_size: 86624391
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
The dataset includes multiple features such as alice_label, bob_label, charlie_label, etc., all of which are boolean types indicating labels for different characters. The difficulty is an integer type indicating the level of difficulty. The statement is a string type indicating the statement. The choices are a sequence of strings indicating the options. The character is a string type indicating the character. The label is a classification label containing two categories: False and True. The dataset is divided into train, validation, and test parts, each containing different numbers of samples and bytes. The download size and actual size of the dataset are also clearly recorded.
提供机构:
ajmangus
原始信息汇总
数据集概述
数据集特征
- alice_label: 布尔类型
- bob_label: 布尔类型
- charlie_label: 布尔类型
- difficulty: 64位整数类型
- statement: 字符串类型
- choices: 字符串序列
- character: 字符串类型
- label: 分类标签,包含两个类别:False 和 True
数据集分割
- 训练集 (train):
- 字节数: 72190684
- 样本数: 599997
- 验证集 (validation):
- 字节数: 7209771
- 样本数: 59997
- 测试集 (test):
- 字节数: 7223936
- 样本数: 59997
数据集大小
- 下载大小: 19912524 字节
- 数据集大小: 86624391 字节
配置信息
- 默认配置 (default):
- 训练集路径:
data/train-* - 验证集路径:
data/validation-* - 测试集路径:
data/test-*
- 训练集路径:



