Text-Normalizer deactivate? Other Languages #1275
Answered
by
SWivid
XanomalieX
asked this question in
Q&A
-
|
I trained another Language, all works great. |
Beta Was this translation helpful? Give feedback.
Answered by
SWivid
Mar 12, 2026
Replies: 1 comment 1 reply
-
|
f5 does not have explicit normalizer for digits (and also punctuations, all raw), the way to read is learned by the model itself if you wish explicit control, just convert e.g. for English "6" -> “six" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
XanomalieX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
f5 does not have explicit normalizer for digits (and also punctuations, all raw), the way to read is learned by the model itself
if you wish explicit control, just convert e.g. for English "6" -> “six"