Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
# Parallel Sentences for 50+ languages
|
2 |
|
|
|
|
|
|
|
3 |
This repository contains parallel sentences (i.e. English + same sentences in other language) for 50+ different languages in a simple tsv.gz format:
|
4 |
```
|
5 |
english_sentences\tsentence_in_other_language
|
|
|
1 |
# Parallel Sentences for 50+ languages
|
2 |
|
3 |
+
> [!NOTE]
|
4 |
+
> 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.
|
5 |
+
|
6 |
This repository contains parallel sentences (i.e. English + same sentences in other language) for 50+ different languages in a simple tsv.gz format:
|
7 |
```
|
8 |
english_sentences\tsentence_in_other_language
|