Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ The 9,692,996 sentence pairs of synthetic parallel data were created by translat
|
|
71 |
|
72 |
#### Preprocessing
|
73 |
|
74 |
-
After concatenation, all datasets are cleaned and deduplicated using [bifixer](https://github.com/bitextor/bifixer)
|
75 |
|
76 |
#### Tokenization
|
77 |
All data is tokenized using sentencepiece, with a 32,000 token sentencepiece model learned from the combination of all filtered training data. This model is included.
|
|
|
71 |
|
72 |
#### Preprocessing
|
73 |
|
74 |
+
After concatenation, all datasets are cleaned and deduplicated using [bifixer](https://github.com/bitextor/bifixer) [(Ramírez-Sánchez et al., 2020)](https://aclanthology.org/2020.eamt-1.31/) for identifying repetions and cleaning encoding problems and LaBSE embeddings to filter missaligned sentences. Any sentence pairs with a LaBSE similarity score of less than 0.5 is removed. The filtered corpus is composed of 10,582,279 parallel sentences.
|
75 |
|
76 |
#### Tokenization
|
77 |
All data is tokenized using sentencepiece, with a 32,000 token sentencepiece model learned from the combination of all filtered training data. This model is included.
|