Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,8 @@ task_ids: []
|
|
| 46 |
- [Contributions](#contributions)
|
| 47 |
|
| 48 |
## Dataset Description
|
|
|
|
|
|
|
| 49 |
Loads [OPUS](https://opus.nlpl.eu/) as HuggingFace dataset. OPUS is an open parallel corpus covering 700+ languages and 1100+ datasets.
|
| 50 |
|
| 51 |
Given a `src` and `tgt` language, this repository can load *all* available parallel corpus. To my knowledge, other OPUS datasets on Huggingface loads a specific corpus
|
|
|
|
| 46 |
- [Contributions](#contributions)
|
| 47 |
|
| 48 |
## Dataset Description
|
| 49 |
+
**Disclaimer.** Loading of dataset is slow, thus it may not be feasible when loading at scale. I'd suggest to use the other OPUS datasets on Huggingface which loads a specific corpus.
|
| 50 |
+
|
| 51 |
Loads [OPUS](https://opus.nlpl.eu/) as HuggingFace dataset. OPUS is an open parallel corpus covering 700+ languages and 1100+ datasets.
|
| 52 |
|
| 53 |
Given a `src` and `tgt` language, this repository can load *all* available parallel corpus. To my knowledge, other OPUS datasets on Huggingface loads a specific corpus
|