This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
icefall
Archived
Watch
1
Star
0
Fork
0
You've already forked icefall
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
icefall
/
egs
/
libriheavy
/
ASR
/
zipformer_prompt_asr
History
marcoyang1998
8a238317a4
support using subformer as text encoder and train with style
2023-08-16 19:08:36 +08:00
..
__init__.py
initial commit
2023-08-14 09:51:20 +08:00
asr_datamodule.py
add a few args to support context list and rare words
2023-08-16 16:44:58 +08:00
beam_search.py
initial commit
2023-08-14 09:51:20 +08:00
chunk_transcribe.py
initial commit
2023-08-14 09:51:20 +08:00
context_fuser.py
initial commit
2023-08-14 09:51:20 +08:00
dataset2.py
support using context list and random substring as pre text
2023-08-16 16:44:29 +08:00
dataset.py
support using context list and random substring as pre text
2023-08-16 16:44:29 +08:00
decode_baseline.py
fix the post normalization bug, avoid multiple words
2023-08-16 09:39:42 +08:00
decode_bert_2pass.py
add two pass decoding
2023-08-16 16:46:50 +08:00
decode_bert_and_generate_manifest.py
initial commit
2023-08-14 09:51:20 +08:00
decode_bert_with_style_2pass.py
add two pass decoding
2023-08-16 16:46:50 +08:00
decode_bert_with_style_save_decoding_mp.py
initial commit
2023-08-14 09:51:20 +08:00
decode_bert_with_style_save_decoding.py
initial commit
2023-08-14 09:51:20 +08:00
decode_bert_with_style.py
fix the post normalization bug, avoid multiple words
2023-08-16 09:39:42 +08:00
decode_bert.py
initial commit
2023-08-14 09:51:20 +08:00
decode_context_fuser.py
initial commit
2023-08-14 09:51:20 +08:00
decode_subformer.py
initial commit
2023-08-14 09:51:20 +08:00
decode.py
initial commit
2023-08-14 09:51:20 +08:00
decoder.py
initial commit
2023-08-14 09:51:20 +08:00
encoder_interface.py
initial commit
2023-08-14 09:51:20 +08:00
joiner.py
initial commit
2023-08-14 09:51:20 +08:00
model2.py
initial commit
2023-08-14 09:51:20 +08:00
model_baseline.py
initial commit
2023-08-14 09:51:20 +08:00
model_with_BERT_with_style.py
initial commit
2023-08-14 09:51:20 +08:00
model_with_BERT.py
initial commit
2023-08-14 09:51:20 +08:00
model_with_subformer.py
initial commit
2023-08-14 09:51:20 +08:00
model.py
initial commit
2023-08-14 09:51:20 +08:00
optim.py
initial commit
2023-08-14 09:51:20 +08:00
scaling.py
initial commit
2023-08-14 09:51:20 +08:00
subformer.py
initial commit
2023-08-14 09:51:20 +08:00
subsampling.py
initial commit
2023-08-14 09:51:20 +08:00
test_model.py
initial commit
2023-08-14 09:51:20 +08:00
text_normalization.py
initial commit
2023-08-14 09:51:20 +08:00
train_baseline.py
initial commit
2023-08-14 09:51:20 +08:00
train_bert_encoder_with_balancer.py
initial commit
2023-08-14 09:51:20 +08:00
train_bert_encoder_with_style.py
initial commit
2023-08-14 09:51:20 +08:00
train_bert_encoder.py
initial commit
2023-08-14 09:51:20 +08:00
train_subformer_with_style.py
support using subformer as text encoder and train with style
2023-08-16 19:08:36 +08:00
train_subformer.py
initial commit
2023-08-14 09:51:20 +08:00
train_with_joiner_context.py
initial commit
2023-08-14 09:51:20 +08:00
train.py
initial commit
2023-08-14 09:51:20 +08:00
transcribe.py
initial commit
2023-08-14 09:51:20 +08:00
utils.py
minor updates to utils.py
2023-08-16 16:47:23 +08:00
zipformer2.py
initial commit
2023-08-14 09:51:20 +08:00
zipformer.py
initial commit
2023-08-14 09:51:20 +08:00