Atipico1/incontext_squad_no_filter_ent
收藏Hugging Face2024-05-12 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/Atipico1/incontext_squad_no_filter_ent
下载链接
链接失效反馈官方服务:
资源简介:
---
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
- name: prompt
dtype: string
- name: input
dtype: string
- name: answer_sentence
dtype: string
- name: entity_type
dtype: string
- name: similar_entity
dtype: string
- name: similar_entity_score
dtype: float32
- name: random_entity
dtype: string
- name: random_entity_score
dtype: float64
splits:
- name: train
num_bytes: 143398127
num_examples: 27485
download_size: 117719514
dataset_size: 143398127
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset includes multiple fields such as id, title, context, question, answers, etc., each with its specific data type. The dataset is divided into a training set, containing 27485 samples. The download size of the dataset is 117719514 bytes, and the actual size is 143398127 bytes.
提供机构:
Atipico1原始信息汇总
数据集概述
数据集特征
- id: 字符串类型
- title: 字符串类型
- context: 字符串类型
- question: 字符串类型
- answers: 序列类型,包含:
- text: 字符串类型
- answer_start: 整数类型
- masked_query: 字符串类型
- query_embedding: 序列类型,浮点数类型
- prompt: 字符串类型
- input: 字符串类型
- answer_sentence: 字符串类型
- entity_type: 字符串类型
- similar_entity: 字符串类型
- similar_entity_score: 浮点数类型
- random_entity: 字符串类型
- random_entity_score: 浮点数类型
数据集分割
- train:
- num_bytes: 143398127
- num_examples: 27485
数据集大小
- download_size: 117719514
- dataset_size: 143398127
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*



