Open velocityCavalry opened 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
unstale
@patil-suraj - It would be really nice if we could tackle the tatoeba models at some point...
This seems to be related: https://github.com/huggingface/transformers/pull/12192 https://github.com/huggingface/transformers/issues/10943
Environment info
transformers
version:4.6.0.dev0
CentOS Linux release 7.7.1908 (Core)
3.8.5
1.8.1 + cuda 10.2
Who can help
Marian: @patrickvonplaten , @patil-suraj
Information
Model I am using (Bert, XLNet ...): Marian
The problem arises when using:
The tasks I am working on is:
To reproduce
Following the script from scripts/tatoeba/README.md
git clone git@github.com:Helsinki-NLP/Tatoeba-Challenge.git
python src/transformers/models/marian/convert_marian_tatoeba_to_pytorch.py --models kor-eng eng-kor --save_dir converted/
Error message:
Expected behavior
Conversion of the model from Tatoeba to Marian for the chosen language pair with no errors.