Helsinki-NLP / Opus-MT

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

What to do with files postprocess.sh, preprocess.sh and source.tcmodel #95

Closed dlippold closed 6 months ago

dlippold commented 8 months ago

I downloaded the model en-de, i.e. the file opus-2020-02-26.zip, from https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models/en-de

Therein are the following files: postprocess.sh, preprocess.sh and source.tcmodel

What I have to do with these files? Do I have to name these in the configuration file services.json? If yes, in which way?

jorgtied commented 6 months ago

Those scripts and models are not supported by the server implementation. You would have to change the server code to integrate them if needed. The tcmodel is probably empty anyway, isn't it?

dlippold commented 6 months ago

You are right, the file source.tcmodel is empty. Thanks for the information regarding the scripts.