Datasets:
Add lingua.py mention
Browse files
README.md
CHANGED
@@ -77,9 +77,12 @@ made public by [SoftCatalà](https://github.com/Softcatala/Europarl-catalan).
|
|
77 |
A last portion of the dataset is composed by synthetic parallel data generated from a random sampling of the Spanish-Portuguese corpora
|
78 |
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.
|
79 |
|
80 |
-
All
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
83 |
|
84 |
#### Who are the source language producers?
|
85 |
|
|
|
77 |
A last portion of the dataset is composed by synthetic parallel data generated from a random sampling of the Spanish-Portuguese corpora
|
78 |
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.
|
79 |
|
80 |
+
All data was filtered according to two specific criteria:
|
81 |
+
- 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.
|
82 |
+
|
83 |
+
- Language identification: the probability of being the target language was calculated using [Lingua.py](https://github.com/pemistahl/lingua-py) and sentences with a language probability score below 0.5 were discarded.
|
84 |
+
|
85 |
+
The filtered datasets are then concatenated and deduplicated to form the final corpus.
|
86 |
|
87 |
#### Who are the source language producers?
|
88 |
|