Atipico1/SQuAD_under_150
收藏Hugging Face2024-01-11 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Atipico1/SQuAD_under_150
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answers
struct:
- name: answer_start
sequence: int64
- name: text
sequence: string
- name: masked_query
dtype: string
- name: query_embedding
sequence: float64
splits:
- name: train
num_bytes: 640360374.9375818
num_examples: 90871
download_size: 470992122
dataset_size: 640360374.9375818
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset includes multiple fields such as id (string type), title (string type), context (string type), question (string type), answers (struct containing answer_start (integer sequence) and text (string sequence)), masked_query (string type), and query_embedding (float sequence). The dataset is divided into a training set with 90871 samples. The download size of the dataset is 470992122 bytes, and the actual size is 640360374.9375818 bytes.
提供机构:
Atipico1
原始信息汇总
数据集概述
数据集特征
- id: 字符串类型
- title: 字符串类型
- context: 字符串类型
- question: 字符串类型
- answers: 结构体类型,包含以下字段:
- answer_start: 整数序列类型
- text: 字符串序列类型
- masked_query: 字符串类型
- query_embedding: 浮点数序列类型
数据集划分
- train:
- 字节数: 640360374.9375818
- 样本数: 90871
数据集大小
- 下载大小: 470992122
- 数据集大小: 640360374.9375818
配置
- default:
- 数据文件路径: data/train-*



