You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am pre-training T5X to translate to Japanese on a large corpus of text. I tried to translate a simple "Hello", but it ends up repeating the "Hello" in Japanese several times in escape unicode sequences. The number of times it repeats is equivalent to the number of task feature lengths I have defined.
Is there a setting I can tweak to reduce the number of repetitions similar to CTranslate2?
In my preprocessor for the training task, I add the EOS tokens automatically as follows:
Hello, I am pre-training T5X to translate to Japanese on a large corpus of text. I tried to translate a simple "Hello", but it ends up repeating the "Hello" in Japanese several times in escape unicode sequences. The number of times it repeats is equivalent to the number of task feature lengths I have defined.
The text was updated successfully, but these errors were encountered: