csukuangfj
commited on
Commit
·
ccb04a3
1
Parent(s):
9fa23bb
update ctc model
Browse files
model.py
CHANGED
@@ -188,6 +188,7 @@ def _get_english_model(
|
|
188 |
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless8-2022-11-14", # noqa
|
189 |
"videodanchik/icefall-asr-tedlium3-conformer-ctc2",
|
190 |
"pkufool/icefall_asr_librispeech_conformer_ctc",
|
|
|
191 |
], repo_id
|
192 |
|
193 |
filename = "cpu_jit.pt"
|
@@ -564,6 +565,7 @@ english_models = {
|
|
564 |
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13": _get_english_model, # noqa
|
565 |
"videodanchik/icefall-asr-tedlium3-conformer-ctc2": _get_english_model,
|
566 |
"pkufool/icefall_asr_librispeech_conformer_ctc": _get_english_model,
|
|
|
567 |
"csukuangfj/wenet-english-model": _get_wenet_model,
|
568 |
}
|
569 |
|
|
|
188 |
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless8-2022-11-14", # noqa
|
189 |
"videodanchik/icefall-asr-tedlium3-conformer-ctc2",
|
190 |
"pkufool/icefall_asr_librispeech_conformer_ctc",
|
191 |
+
"WayneWiser/icefall-asr-librispeech-conformer-ctc2-jit-bpe-500-2022-07-21",
|
192 |
], repo_id
|
193 |
|
194 |
filename = "cpu_jit.pt"
|
|
|
565 |
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13": _get_english_model, # noqa
|
566 |
"videodanchik/icefall-asr-tedlium3-conformer-ctc2": _get_english_model,
|
567 |
"pkufool/icefall_asr_librispeech_conformer_ctc": _get_english_model,
|
568 |
+
"WayneWiser/icefall-asr-librispeech-conformer-ctc2-jit-bpe-500-2022-07-21": _get_english_model,
|
569 |
"csukuangfj/wenet-english-model": _get_wenet_model,
|
570 |
}
|
571 |
|