Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: english
|
|
@@ -17,3 +28,35 @@ configs:
|
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- multilingual
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1M<n<10M
|
| 7 |
+
task_categories:
|
| 8 |
+
- feature-extraction
|
| 9 |
+
- sentence-similarity
|
| 10 |
+
pretty_name: MUSE
|
| 11 |
+
tags:
|
| 12 |
+
- sentence-transformers
|
| 13 |
dataset_info:
|
| 14 |
features:
|
| 15 |
- name: english
|
|
|
|
| 28 |
- split: train
|
| 29 |
path: data/train-*
|
| 30 |
---
|
| 31 |
+
|
| 32 |
+
# Dataset Card for Parallel Sentences - MUSE
|
| 33 |
+
|
| 34 |
+
This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. Most of the sentences originate from the [OPUS website](https://opus.nlpl.eu/).
|
| 35 |
+
In particular, this dataset contains the [MUSE](https://github.com/facebookresearch/MUSE) dataset.
|
| 36 |
+
|
| 37 |
+
## Related Datasets
|
| 38 |
+
|
| 39 |
+
The following datasets are also a part of the Parallel Sentences collection:
|
| 40 |
+
* [parallel-sentences-europarl](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-europarl)
|
| 41 |
+
* [parallel-sentences-global-voices](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-global-voices)
|
| 42 |
+
* [parallel-sentences-muse](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-muse)
|
| 43 |
+
* [parallel-sentences-jw300](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-jw300)
|
| 44 |
+
* [parallel-sentences-news-commentary](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-news-commentary)
|
| 45 |
+
* [parallel-sentences-opensubtitles](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-opensubtitles)
|
| 46 |
+
* [parallel-sentences-talks](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-talks)
|
| 47 |
+
* [parallel-sentences-taboeba](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-taboeba)
|
| 48 |
+
* [parallel-sentences-wikimatrix](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-wikimatrix)
|
| 49 |
+
* [parallel-sentences-wikititles](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-wikititles)
|
| 50 |
+
|
| 51 |
+
These datasets can be used to train multilingual sentence embedding models. For more information, see [sbert.net - Multilingual Models](https://www.sbert.net/examples/training/multilingual/README.html).
|
| 52 |
+
|
| 53 |
+
## Dataset Stats
|
| 54 |
+
|
| 55 |
+
* Columns: "english", "non_english"
|
| 56 |
+
* Column types: `str`, `str`
|
| 57 |
+
* Examples:
|
| 58 |
+
```python
|
| 59 |
+
|
| 60 |
+
```
|
| 61 |
+
* Collection strategy: Processing the raw data from [parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences) and formatting it in Parquet.
|
| 62 |
+
* Deduplified: No
|