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
81af525de4
update the biasing lists
2023-09-08 10:15:21 +08:00
..
__init__.py
initial commit
2023-08-14 09:51:20 +08:00
asr_datamodule.py
updates
2023-09-08 09:55:41 +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
updates
2023-09-08 09:55:41 +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
add context biasing at different levels
2023-09-08 09:56:45 +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
more updates
2023-09-08 10:01:48 +08:00
decode_bert_with_style_save_decoding_mp.py
more updates
2023-09-08 10:01:48 +08:00
decode_bert_with_style_save_decoding.py
initial commit
2023-08-14 09:51:20 +08:00
decode_bert_with_style.py
add context biasing at different levels
2023-09-08 09:56:45 +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_with_style.py
add context biasing at different levels
2023-09-08 09:56:45 +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
add subformer model with style embeddings
2023-08-29 16:04:51 +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
change the text normalization for upper_case_no_punc
2023-09-08 09:57:24 +08:00
train_baseline.py
more updates
2023-09-08 10:01:48 +08:00
train_bert_encoder_with_balancer.py
initial commit
2023-08-14 09:51:20 +08:00
train_bert_encoder_with_style.py
updates
2023-09-08 10:00:00 +08:00
train_bert_encoder.py
initial commit
2023-08-14 09:51:20 +08:00
train_subformer_with_style.py
updates
2023-09-08 10:00:00 +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_bert.py
add long audio transcription scripts
2023-09-08 10:02:41 +08:00
transcribe_subformer.py
add long audio transcription scripts
2023-09-08 10:02:41 +08:00
utils.py
update the biasing lists
2023-09-08 10:15:21 +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