File size: 1,615 Bytes
c589e0e
 
 
 
 
 
 
 
f9562b4
 
767e169
 
 
f9562b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641817d
f9562b4
 
 
 
 
 
 
c589e0e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
task_categories:
- translation
tags:
- machine-translation
- parallel-data
pretty_name: Parallel Sentences for 50+ Langs
---
# Parallel Sentences for 50+ languages

> [!NOTE]
> This repository contains raw datasets, all of which have also been formatted for easy training in the [Parallel Sentences Datasets](https://huggingface.co/collections/sentence-transformers/parallel-sentences-datasets-6644d644123d31ba5b1c8785) collection. We recommend looking there first.

This repository contains parallel sentences (i.e. English + same sentences in other language) for 50+ different languages in a simple tsv.gz format:
```
english_sentences\tsentence_in_other_language
```

Sentences stem from the [OPUS website](https://opus.nlpl.eu/).

The following datasets are included:
- [Europarl](https://opus.nlpl.eu/Europarl.php)
- [GlobalVoices](https://opus.nlpl.eu/GlobalVoices.php)
- [JW300](https://opus.nlpl.eu/JW300.php)
- [MUSE](https://github.com/facebookresearch/MUSE)
- [News-Commentary](https://opus.nlpl.eu/News-Commentary.php)
- [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles.php)
- [Tatoeba](https://tatoeba.org/)
- Talks - Custom translated transcripts of talks
- [WikiMatrix](https://opus.nlpl.eu/WikiMatrix.php)
- WikiTitles - Custom dataset with parallel Wikipedia titles

## Usage

These sentences can be used to train multi-lingual sentence embedding models. For more details, see [SBERT.net - Multilingual-Model](https://www.sbert.net/examples/training/multilingual/README.html)

**This dataset can not yet be used with Hugging Face dataset library. You must download the individual TSV files.**