WER validation does not drop down. #2981
Unanswered
amitabduls15
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Does the Indonesian alphabet use space tokens to denote seperation of words? If not, you should use CER instead of WER by passing model.use_cer = True. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
hi I have a question regarding the ASR model I am currently training on.
I'm trying to make an ASR model from the Indonesian common voice from Mozilla
the following is the config I use:
exp1.txt
up to epoch 300 the value of WER on the validation data is only in the range of 1, is this because the config I use is wrong?
I try to see the sample rate data common voice has 20khz but in the config I use the config models train_ds, val_ds and tes_ds 16khz. on preprocessing using 16khz. does this have any effect?
there any suggestion i can do to improve my model? or do I have to preprocess the common voice data to all 16khz? or I change the base model ASR that I'm using now?
thank you
Beta Was this translation helpful? Give feedback.
All reactions