This model has been referred to the following links
- https://huggingface.co/blog/wav2vec2-with-ngram
- https://huggingface.co/blog/fine-tune-wav2vec2-english
Thanks to patrickvonplaten Patrick von Platen
ํด๋น ๋ชจ๋ธ์ ํ๊ตญ์ธ์ ์์ด ๋ฐํ ์ธ์ ์ฑ๋ฅ ๊ฐ์ ์ ์ํด facebook/wav2vec2-base-960h ๋ก ํ์ธํ๋ํ ๋ชจ๋ธ์ KenLM 5-gram ์ ๋ถ์ธ ASR + LM ๋ชจ๋ธ์ ๋๋ค.
If you want to use LM, you must have kenlm installed https://github.com/kpu/kenlm
pip install https://github.com/kpu/kenlm/archive/master.zip
ํ์ต ๋ฐ์ดํฐ ์ถ์ฒ : https://aiopen.etri.re.kr/voiceModel
transformers==4.24.0
huggingface_hub==0.13.2
wer | epoch | batch | lr | weight_decay | warmup_steps |
---|---|---|---|---|---|
0.32 | 10 | 16 | 1e-4 | 0.005 | 1000 |
- Downloads last month
- 10
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.