-
Try to finetune
Here is the trainer
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Your train loss is almost zero - are you using spec augment ? Make sure the text can be correctly Tokenized by the model tokenizer - if you see ?? During training or inference then your model will not learn properly. You should also use an ASRSet model to fine-tune instead of LS - simply drop the _ls part of model name |
Beta Was this translation helpful? Give feedback.
If it's a different language then it can't be used. I dunno, seems your model is learning and overfitting your train set. Maybe your val wer is being incorrectly handled by the tokenizer or maybe the train and dev set have some other incompatibility but it's odd that even with spec augment your train loss is going so low