Model size of pre-trained models #4272
Unanswered
Tirthankar-iiitb
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
You can find the parameters used to train an ASR model in the corresponding README file in the model zoo. The most important parameter is the embedding dimension (D). The embedding dimension is the number of unique frames that the model is trained on. A larger embedding dimension will generally improve the model's performance, but will require more time to train. You can check the performance of many models in the model zoo on the model comparison page. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
How to find model parameters of a pre-trained ESPnet ASR model from model zoo? For example, the SPGIspeech trained model - Shinji_Watanabe/spgispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_unnorm_bpe5000_valid.acc.ave using ModelDownloader.download_and_unpack(tag)?
Beta Was this translation helpful? Give feedback.
All reactions