byashwan/sample_dataset
收藏Hugging Face2024-05-20 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/byashwan/sample_dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: type
dtype: string
- name: question
dtype: string
- name: context
struct:
- name: sentences
sequence:
sequence: string
- name: title
sequence:
sequence: string
- name: oracle_context
dtype: string
- name: cot_answer
dtype: string
- name: instruction
dtype: string
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 2751633.387755102
num_examples: 220
- name: test
num_bytes: 312685.612244898
num_examples: 25
download_size: 676980
dataset_size: 3064319.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes multiple features such as id, type, question, etc., each with its data type. The dataset is divided into a training set and a test set, containing 220 and 25 samples respectively. The dataset configuration specifies the paths for training and test data.
提供机构:
byashwan
原始信息汇总
数据集概述
数据集特征
- id: 字符串类型
- type: 字符串类型
- question: 字符串类型
- context: 结构化数据,包含:
- sentences: 字符串序列
- title: 字符串序列
- oracle_context: 字符串类型
- cot_answer: 字符串类型
- instruction: 字符串类型
- input_ids: 整数序列(int32)
- attention_mask: 整数序列(int8)
- labels: 整数序列(int64)
数据集分割
- 训练集:
- 数据量: 2751633.387755102字节
- 示例数量: 220
- 测试集:
- 数据量: 312685.612244898字节
- 示例数量: 25
数据集大小
- 下载大小: 676980字节
- 数据集总大小: 3064319.0字节
数据文件配置
- 配置名称: default
- 训练集文件路径: data/train-*
- 测试集文件路径: data/test-*



