I have been using ASR and there are two variant one is normal and the other is the BPE variant config file
Char: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/experimental/conformer/conformer_char.yaml
BPE: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/experimental/conformer/conformer_bpe.yaml
I know that BPE is for Unicode characters and char is where we can represent transcripts with normal characters.
But will there be more accuracy if I use BPE instead of char for English ASR training?
I have been reading some other articles and I am a bit confused, so the question may be stupid. Please clarify.
I have been using ASR and there are two variant one is normal and the other is the BPE variant config file
Char: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/experimental/conformer/conformer_char.yaml
BPE: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/experimental/conformer/conformer_bpe.yaml
I know that BPE is for Unicode characters and char is where we can represent transcripts with normal characters.
But will there be more accuracy if I use BPE instead of char for English ASR training?
I have been reading some other articles and I am a bit confused, so the question may be stupid. Please clarify.