Atipico1/squad_v2
收藏Hugging Face2024-05-12 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/Atipico1/squad_v2
下载链接
链接失效反馈官方服务:
资源简介:
---
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: masked_query
dtype: string
- name: query_embedding
sequence: float32
splits:
- name: train
num_bytes: 148471437
num_examples: 38090
download_size: 147024150
dataset_size: 148471437
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
This dataset is primarily used for question answering systems and includes multiple fields: id (string type, unique identifier for the sample), title (string type, title), context (string type, context information), question (string type, question), answers (containing two sub-fields: text and answer_start, representing the answer text and the starting position of the answer, respectively), masked_query (string type, masked query), and query_embedding (sequence of floats, query embedding). The dataset is divided into a training set, containing 38090 samples, with a total size of 148471437 bytes.
提供机构:
Atipico1
原始信息汇总
数据集概述
数据集特征
- id: 字符串类型
- title: 字符串类型
- context: 字符串类型
- question: 字符串类型
- answers: 序列类型,包含以下子特征:
- text: 字符串类型
- answer_start: 整数类型(int32)
- masked_query: 字符串类型
- query_embedding: 序列类型,浮点数类型(float32)
数据集分割
- train:
- 数据量: 148471437 字节
- 示例数量: 38090
数据集大小
- 下载大小: 147024150 字节
- 数据集大小: 148471437 字节
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*



