Trainign colab - ignored forced ids
#8
by
shacharm
- opened
In the training colab, the task=transcribe conflicts with forced_decoder_ids
unsure if a bug or a warning that'll deteriorate the results.
You have passed task=transcribe, but also have set `forced_decoder_ids` to [[1, 50259], [2, 50359], [3, 50363]] which creates a conflict. `forced_decoder_ids` will be ignored in favor of task=transcribe.