- Dec 29, 2017
- 3,350
- 5,945
I've released SLR Translator v1.136.
Fixed a bunch of (cosmetic) bugs of the new batch translation and improved the way full batch interacts with the endpoint, as well as error handling, automatic correction requests, etc.
During some random tests with gemma3 12B performance was now significantly better than with v1.135.
One of the new "fixes" is that it will no longer request a correction if a llm has 'ー' in the response, because apparently models like gemma3 are too stupid to recognize it as a Japanese character.
Even if you give it an assistant prompt with the wrong response labeled wrong and put a big fat never use Japanese characters in a critical instructions user prompt, gemma3 will just give you the exact same wrong response again until the system gives up after 12 attempts and the whole batch fails.
Fixed a bunch of (cosmetic) bugs of the new batch translation and improved the way full batch interacts with the endpoint, as well as error handling, automatic correction requests, etc.
During some random tests with gemma3 12B performance was now significantly better than with v1.135.
One of the new "fixes" is that it will no longer request a correction if a llm has 'ー' in the response, because apparently models like gemma3 are too stupid to recognize it as a Japanese character.
Even if you give it an assistant prompt with the wrong response labeled wrong and put a big fat never use Japanese characters in a critical instructions user prompt, gemma3 will just give you the exact same wrong response again until the system gives up after 12 attempts and the whole batch fails.