sentence-transformers/altlex
收藏Hugging Face2024-04-30 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/sentence-transformers/altlex
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
multilinguality:
- monolingual
size_categories:
- 1M<n<10M
task_categories:
- feature-extraction
- sentence-similarity
pretty_name: altlex
tags:
- sentence-transformers
dataset_info:
config_name: pair
features:
- name: text
dtype: string
- name: simplified
dtype: string
splits:
- name: train
num_bytes: 29717244
num_examples: 112696
download_size: 19447229
dataset_size: 29717244
configs:
- config_name: pair
data_files:
- split: train
path: pair/train-*
---
# Dataset Card for altlex
This dataset is a collection of pairs of English Wikipedia entries and their simplified variants. See [altlex](https://github.com/chridey/altlex/) for additional information.
This dataset can be used directly with Sentence Transformers to train embedding models.
## Dataset Subsets
### `pair` subset
* Columns: "text", "simplified"
* Column types: `str`, `str`
* Examples:
```python
{
'text': "Valentin Berlinsky retired from the Borodin Quartet in September 2007 , and was succeeded by his protégé , Vladimir Balshin , but he still remained the group 's mentor .",
'simplified': 'Valentin Berlinsky retired from the Borodin Quartet in September 2007 .',
}
```
* Collection strategy: Reading the SimpleWiki dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
* Deduplified: No
提供机构:
sentence-transformers
原始信息汇总
数据集概述
基本信息
- 名称: altlex
- 语言: 英语(English)
- 多语言性: 单语种(monolingual)
- 大小: 1M<n<10M
- 任务类别:
- 特征提取(feature-extraction)
- 句子相似度(sentence-similarity)
- 标签: sentence-transformers
数据集配置
- 配置名称: pair
- 特征:
- text: 数据类型为字符串(string)
- simplified: 数据类型为字符串(string)
数据集分割
- 训练集(train):
- 字节数: 29717244
- 示例数: 112696
- 下载大小: 19447229
- 数据集大小: 29717244
数据集子集
pair子集:-
列: "text", "simplified"
-
列类型: 字符串(str), 字符串(str)
-
示例: python { text: "Valentin Berlinsky retired from the Borodin Quartet in September 2007 , and was succeeded by his protégé , Vladimir Balshin , but he still remained the group s mentor .", simplified: Valentin Berlinsky retired from the Borodin Quartet in September 2007 ., }
-
收集策略: 从embedding-training-data读取SimpleWiki数据集
-
去重: 否
-



