sentence-transformers/squad
收藏资源简介:
该数据集是来自SQuAD数据集的问答对集合。它可以直接用于训练嵌入模型。数据集包含一个名为`pair`的子集,该子集包含两列:question和answer,列类型均为字符串。数据集的收集策略是从[embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data)读取SQuAD数据集,并且未进行去重处理。
The SQuAD dataset is a collection of question-answer pairs derived from the SQuAD dataset. It is monolingual, using English, and contains between 10K and 100K examples. It is primarily used for feature extraction and sentence similarity tasks. The dataset includes a subset named pair with columns for question and answer, both of string type. The training split contains 87,599 examples. This dataset is intended for use with Sentence Transformers to train embedding models.
数据集概述
基本信息
- 语言: 英语
- 多语言性: 单语种
- 数据集大小: 10K<n<100K
- 任务类别: 特征提取, 句子相似度
- 标签: sentence-transformers
- 数据集名称: SQuAD
数据集配置
- 配置名称: pair
- 特征:
- 问题: 字符串
- 答案: 字符串
数据分割
- 训练集:
- 字节数: 72106438
- 样本数: 87599
下载与数据集大小
- 下载大小: 11823133
- 数据集大小: 72106438
配置详情
- 配置名称: pair
- 数据文件:
- 分割: 训练集
- 路径: pair/train-*
数据集子集
-
子集名称: pair
-
列: "question", "answer"
-
列类型:
str,str -
示例: python { question: To whom did the Virgin Mary allegedly appear in 1858 in Lourdes France?, answer: Architecturally, the school has a Catholic character. Atop the Main Buildings gold dome is a golden statue of the Virgin Mary. Immediately in front of the Main Building and facing it, is a copper statue of Christ with arms upraised with the legend "Venite Ad Me Omnes". Next to the Main Building is the Basilica of the Sacred Heart. Immediately behind the basilica is the Grotto, a Marian place of prayer and reflection. It is a replica of the grotto at Lourdes, France where the Virgin Mary reputedly appeared to Saint Bernadette Soubirous in 1858. At the end of the main drive (and in a direct line that connects through 3 statues and the Gold Dome), is a simple, modern stone statue of Mary., }
-
收集策略: 从embedding-training-data读取SQuAD数据集。
-
去重: 否




