adamjweintraut/eli5_precomputed_top
收藏Hugging Face2023-12-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/adamjweintraut/eli5_precomputed_top
下载链接
链接失效反馈官方服务:
资源简介:
---
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: 5071864050.742018
num_examples: 183333
- name: test
num_bytes: 633993380.6289911
num_examples: 22917
- name: validation
num_bytes: 633993380.6289911
num_examples: 22917
download_size: 3932587019
dataset_size: 6339850812.0
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: 训练集,包含 183333 个样本,大小为 5071864050.742018 字节
- test: 测试集,包含 22917 个样本,大小为 633993380.6289911 字节
- validation: 验证集,包含 22917 个样本,大小为 633993380.6289911 字节
数据大小
- 下载大小: 3932587019 字节
- 数据集大小: 6339850812.0 字节
配置
- default: 默认配置
- train: 文件路径为
data/train-* - test: 文件路径为
data/test-* - validation: 文件路径为
data/validation-*
- train: 文件路径为



