-
Anh ơi, em thấy có mục `Sử dụng mô hình đã huấn luyện` nhưng chưa thấy hướng dẫn cho phần này. Em có thể lấy mô hình đã huấn luyện như thế nào ạ?
-
Hi Mr. Rolczynski,
I have tried to generate a new model with a new training dataset(code is as below which is same as you have mentioned in github)
dataset = asr.dataset.Audio.from_csv('C:/Users/XX…
-
Hi!
I'm following this approach for a dataset of about 45'000 documents (so less than this notebook): https://github.com/MNoichl/structure_economics_2019/blob/master/econ_code.ipynb
When I reach…
-
超算好像对用户有cpu核数的限制,sbatch -c只能选择1。不过,即使只申请一个cpu核,好像也可以设置`--nj`不为1,这样的话应该是共用一个cpu核,实测需要八九个小时完成dev和test的decode(使用nj=4,a100),由于不太清楚这个ASR模型的decode效率,所以想问问这个速度是否与nj=1是类似的?有什么办法可以提高并行度嘛?
-
How to use .nemo models (for example https://ngc.nvidia.com/catalog/models/nvidia:nemo:stt_ru_quartznet15x5 )?
examples/asr.py --mic 11 --model asr/quartznet-15x5_ru/ru.nemo says "ValueError: resou…
-
@keithito
Hi. Just want to ask if you or others here have any plans in implementing an ASR version from your work, simlar to Kyubyong's? It's here at https://github.com/Kyubyong/tacotron_asr
Might r…
-
```
loading faster whisper model: large-v3 large-v3
Traceback (most recent call last):
File "D:\tools\ai\GPT-SoVITS-beta0217\tools\asr\fasterwhisper_asr.py", line 49, in execute_asr
model = …
-
I am trying to download fine-tuned Wav2Vec2 models, from https://github.com/facebookresearch/voxpopuli#asr-and-lm but getting `403 Forbidden` for Estonian (https://dl.fbaipublicfiles.com/voxpopuli/mod…
-
we have started a tournament system that bases off the ASR league (read here: http://www.advancedstudyroom.com/ASR/asr-tournament)
we need to somehow put this on the beta site, and i dont know how or…
-
### System Info
I am trying to run this: **bash decode_wavlm_large_linear_vicuna_7b.sh**
But, not sure, what has to be given for ckpt_path, currently I do not have model.pt? Where do I get this…