Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:Downloading mined bitext #24

Closed
wants to merge 57 commits into from
Closed

Conversation

vienneraphael
Copy link
Collaborator

@vienneraphael vienneraphael commented Oct 3, 2023

Partially closes #11 (analysis needs to be added)
Allows downloading lang pairs from allenai nllb dataset (huggingface dataset): https://huggingface.co/datasets/allenai/nllb/tree/main

I've stored the NLLB_PAIRS (pairs released with NLLB paper) and CCMATRIX_PAIRS (pairs for which NLLB paper reused previous CCMatrix dataset) in a separate python file to import these variables into the main script because these two are rather big and could impair code readability.

Resulting tree structure with flag --minimal (debug mode) enabled:

downloads/nllb/
├── ace_Latn-ban_Latn
│ ├── allenai.nllb.ace_Latn
│ └── allenai.nllb.ban_Latn
└── amh_Ethi-nus_Latn
├── allenai.nllb.amh_Ethi
└── allenai.nllb.nus_Latn

I'm planning on doing analysis as the next steps to this PR.

vedanuj and others added 30 commits July 6, 2022 05:58
Co-authored-by: Shruti Bhosale <[email protected]>
Co-authored-by: Anna Sun <[email protected]>
Co-authored-by: Maha Elbayad <[email protected]>
Co-authored-by: Jean Maillard <[email protected]>
Co-authored-by: James Cross <[email protected]>
Co-authored-by: Onur Çelebi <[email protected]>
Co-authored-by: Kevin Heffernan <[email protected]>
Co-authored-by: Kaushik Ram Sadagopan <[email protected]>
Co-authored-by: Angela Fan <[email protected]>
[nllb] remove unused train cluster.data_dir, update fairscale INSTALL instructions
Fix the link to the flores-200 readme in the "Evaluation and Generation" section
* fix Santali language code: sat_Beng -> sat_Olck

* Olck typo
Co-authored-by: Maha Elbayad <[email protected]>

Co-authored-by: Maha Elbayad <[email protected]>
gordicaleksa and others added 27 commits September 3, 2023 22:01
Add Apex pre-install instructions
fixed: type hinting issue in download_parallel_corpora.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants