Link for downloading the back translation code is not working
See original GitHub issueWhile trying to run back_translate/download.sh, I get the following error:
> bash download.sh
--2021-06-19 12:36:11-- https://storage.googleapis.com/uda_model/text/back_trans_checkpoints.zip
Resolving storage.googleapis.com (storage.googleapis.com)... 172.217.8.16, 172.217.9.208, 172.217.12.240, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|172.217.8.16|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-06-19 12:36:11 ERROR 404: Not Found.
unzip: cannot find or open back_trans_checkpoints.zip, back_trans_checkpoints.zip.zip or back_trans_checkpoints.zip.ZIP.
It seems that the storage.googleapis.com/uda_model bucket is not valid anymore. Is there an alternate link that I can use to download the back_translate code?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
BackTranslation - PyPI
BackTranslation. version Downloads license. BackTranslation is a python library that implemented to back translate the words among any two languages.
Read more >Data Augmentation in NLP Using Back Translation With ...
Getting an accurate model is not a straightforward path. ... Back translation: translate back each of those translated data into the original language, ......
Read more >Translate text, voice, and conversations on iPhone
In Translate on iPhone, translate text, voice, and conversations between languages. Download specific languages for offline translations.
Read more >Downloading translation files - Lokalise Docs
Learn how to download translation data to your PC and customize the process. ... Click the QA issues link to see what problems...
Read more >[2102.07847] Meta Back-translation - arXiv
However, several recent works have found that better translation quality of the pseudo-parallel data does not necessarily lead to better final ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks! I’ll try it as a substitute for the source code.
Maybe this could be of help, I made a small code to make the backtranslations with HuggingFace, although I have not tested the quality of the generated data, if they perform well with UDA, or the time it would take to translate the whole dataset, but visually they seem good. It works with
transformers==4.4.2
and may require some modifications on newer versions.For the arguments used to generate please refer to https://huggingface.co/blog/how-to-generate.
Example of input data and backtranslation: