sillsdev / serval

A REST API for natural language processing services
MIT License
4 stars 0 forks source link

Regression: Already written text is not being pre-translation on Serval QA #536

Open pmachapman opened 1 week ago

pmachapman commented 1 week ago

On Serval QA, any text that has already been entered by the user is not being pre-translated. This is a regression of #370.

Compare this pre-translation on Serval Prod: Image

To Serval QA: Image

Both builds had the same source and target, and were both set to train on MRK and pre-translate JHN. The translations were generated with only 20 max_steps.

Pre-translation of already written text is an important feature of Serval (and was originally requested by users), so I would classify this as a blocker for QA going to production.

johnml1135 commented 1 week ago

This is related to #533 - We can discuss at the meeting exactly how to handle this.