tyzhu/squad_qa_rare_v5_full_no_permute
收藏Hugging Face2023-11-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/tyzhu/squad_qa_rare_v5_full_no_permute
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answers
sequence:
- name: text
dtype: string
- name: answer_start
dtype: int32
- name: answer
dtype: string
- name: context_id
dtype: string
- name: inputs
dtype: string
- name: targets
dtype: string
splits:
- name: train
num_bytes: 7567932.652552593
num_examples: 4778
- name: validation
num_bytes: 345326
num_examples: 300
download_size: 1169936
dataset_size: 7913258.652552593
---
# Dataset Card for "squad_qa_rare_v5_full_no_permute"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset configuration includes a default setup with training and validation data files. The dataset features include id, title, context, question, answers (containing text and answer_start), answer, context_id, inputs, and targets. The dataset is divided into a training set with 4778 samples and a validation set with 300 samples. The download size of the dataset is 1169936 bytes, and the total size is 7913258.652552593 bytes.
提供机构:
tyzhu
原始信息汇总
数据集概述
配置信息
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
数据集信息
-
特征:
- id: 字符串类型
- title: 字符串类型
- context: 字符串类型
- question: 字符串类型
- answers: 序列类型,包含以下子特征:
- text: 字符串类型
- answer_start: 32位整数类型
- answer: 字符串类型
- context_id: 字符串类型
- inputs: 字符串类型
- targets: 字符串类型
-
分割:
- 训练集:
- 字节数: 7567932.652552593
- 样本数: 4778
- 验证集:
- 字节数: 345326
- 样本数: 300
- 训练集:
-
下载大小: 1169936
-
数据集大小: 7913258.652552593



