Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -66,12 +66,9 @@ This dataset is aimed at promoting the development of Machine Translation betwee
|
|
66 |
|
67 |
#### Initial Data Collection and Normalization
|
68 |
|
69 |
-
The
|
70 |
NLLB, MultiCCAligned, WikiMatrix, GNOME, KDE 4, Open Subtitles.
|
71 |
|
72 |
-
Additionally, the corpus contains synthetic parallel data generated from a random sampling of the Spanish-French corpora
|
73 |
-
available on [Opus](https://opus.nlpl.eu/) and translated into Catalan using the [PlanTL es-ca](https://huggingface.co/PlanTL-GOB-ES/mt-plantl-es-ca) model.
|
74 |
-
|
75 |
All data was filtered according to two specific criteria:
|
76 |
- Alignment: sentence level alignments were calculated using [LaBSE](https://huggingface.co/sentence-transformers/LaBSE) and sentence pairs with a score below 0.75 were discarded.
|
77 |
|
|
|
66 |
|
67 |
#### Initial Data Collection and Normalization
|
68 |
|
69 |
+
The corpus is a combination of the following original datasets collected from [Opus](https://opus.nlpl.eu/):
|
70 |
NLLB, MultiCCAligned, WikiMatrix, GNOME, KDE 4, Open Subtitles.
|
71 |
|
|
|
|
|
|
|
72 |
All data was filtered according to two specific criteria:
|
73 |
- Alignment: sentence level alignments were calculated using [LaBSE](https://huggingface.co/sentence-transformers/LaBSE) and sentence pairs with a score below 0.75 were discarded.
|
74 |
|