Threshold issues when using translation models #116
Unanswered
loongshuai
asked this question in
Q&A
Replies: 1 comment
-
Hi, you need to find the minimum threshold that prevents problems with longer sentences, because the less you split the phrase the better (the model will have more context for the translation), I found 200 to be the sweet spot bot if you have some problems you can decrease the threshold little by little until the final output is good. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I used the author's published models for text translation, I found some problems and needed to adjust the threshold when there were too many words. But I'm not sure what kind of threshold is suitable for what size of text. For example, in the translation of the following text:
I use 50 which results in an incomplete translation, and using 80 is just fine.
Beta Was this translation helpful? Give feedback.
All reactions