adamjweintraut/eli5_precomputed_slice
收藏Hugging Face2023-12-04 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/adamjweintraut/eli5_precomputed_slice
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: index
dtype: int64
- name: q_id
dtype: string
- name: question
dtype: string
- name: best_answer
dtype: string
- name: all_answers
sequence: string
- name: num_answers
dtype: int64
- name: top_answers
sequence: string
- name: num_top_answers
dtype: int64
- name: context
dtype: string
- name: orig
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 578131823
num_examples: 20000
- name: test
num_bytes: 72224768
num_examples: 2500
- name: validation
num_bytes: 72061901
num_examples: 2500
download_size: 446541620
dataset_size: 722418492
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
提供机构:
adamjweintraut
原始信息汇总
数据集概述
数据特征
- index: 数据索引,数据类型为
int64 - q_id: 问题ID,数据类型为
string - question: 问题内容,数据类型为
string - best_answer: 最佳答案,数据类型为
string - all_answers: 所有答案,数据类型为
sequence: string - num_answers: 答案数量,数据类型为
int64 - top_answers: 热门答案,数据类型为
sequence: string - num_top_answers: 热门答案数量,数据类型为
int64 - context: 上下文信息,数据类型为
string - orig: 原始信息,数据类型为
string - target: 目标信息,数据类型为
string
数据分割
- train: 训练集,包含 20000 个样本,大小为 578131823 字节
- test: 测试集,包含 2500 个样本,大小为 72224768 字节
- validation: 验证集,包含 2500 个样本,大小为 72061901 字节
数据集大小
- 下载大小: 446541620 字节
- 数据集大小: 722418492 字节
配置信息
- config_name: default
- data_files:
- train: 路径为
data/train-* - test: 路径为
data/test-* - validation: 路径为
data/validation-*
- train: 路径为
- data_files:



