lucadiliello/newsqa
收藏Hugging Face2023-06-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lucadiliello/newsqa
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: context
dtype: string
- name: question
dtype: string
- name: answers
sequence: string
- name: key
dtype: string
- name: labels
list:
- name: end
sequence: int64
- name: start
sequence: int64
splits:
- name: train
num_bytes: 234711053
num_examples: 74160
- name: validation
num_bytes: 13234782
num_examples: 4212
download_size: 31328809
dataset_size: 247945835
---
# Dataset Card for "newsqa"
Split taken from the MRQA 2019 Shared Task, formatted and filtered for Question Answering. For the original dataset, have a look [here](https://huggingface.co/datasets/mrqa).
提供机构:
lucadiliello
原始信息汇总
数据集概述
数据集名称
- 名称: newsqa
数据集特征
- context: 字符串类型
- question: 字符串类型
- answers: 字符串序列类型
- key: 字符串类型
- labels: 列表类型,包含以下序列类型元素
- start: int64序列
- end: int64序列
数据集分割
- train:
- 示例数量: 74160
- 数据大小: 234711053字节
- validation:
- 示例数量: 4212
- 数据大小: 13234782字节
数据集大小
- 下载大小: 31328809字节
- 总数据大小: 247945835字节



