Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
574 stars 71 forks source link

Experimental models link broken #56

Open erickrf opened 2 years ago

erickrf commented 2 years ago

The link mentioned in the Readme to experimental models seems broken or with restricted access: https://github.com/Helsinki-NLP/Opus-MT-train/tree/master/work-spm/models

jorgtied commented 2 years ago

Good catch. I didn't update that list for a long time and decided to remove those sub-directories to make the repository a bit more easy to handle. Is there a specific model that you would need?

erickrf commented 2 years ago

I was wondering if there was a German-Slovak model.

jorgtied commented 2 years ago

I can check but I could also start a job to train one. Maybe a German --> Czech + Slovak would be a good choice?

erickrf commented 2 years ago

Thanks, that would be great! I'm not an expert on these languages but I believe this combination makes sense.

jorgtied commented 2 years ago

@erickrf: I have uploaded a model for de-sk now: https://object.pouta.csc.fi/OPUS-MT-models/de-sk/opus_transformer-align_2022-02-19.zip. The multilingual model with Czech is still running. More info about the de-sk model is here: https://object.pouta.csc.fi/OPUS-MT-models/de-sk/opus_transformer-align_2022-02-19.yml

erickrf commented 2 years ago

Thanks! How can I create a huggingface transformers configuration from the checkpoint? Is it by the way much less efficient than using Marian directly?