Dongji Gao
8c5c23ebe7
Merge branch 'otc' of https://github.com/DongjiGao/icefall into otc
2023-09-19 14:23:27 -04:00
Dongji Gao
07bd9f3e0e
add --blank-bias in decoding.py
2023-09-19 14:22:46 -04:00
Dongji Gao
c83e278d8b
Update README.md with results
2023-09-19 14:18:13 -04:00
Dongji Gao
b8aad7b9f2
fixed the default value of otc-token in decode.py
2023-09-19 10:46:55 -04:00
Dongji Gao
74a4005f9f
Add BTC paper link
2023-09-19 10:36:44 -04:00
Dongji Gao
250620694c
Update README.md
2023-09-18 23:26:59 -04:00
Dongji Gao
0451ff140f
Merge branch 'otc' of https://github.com/DongjiGao/icefall into otc
2023-09-18 23:22:52 -04:00
Dongji Gao
914cdce956
minor fix
2023-09-18 23:21:58 -04:00
Dongji Gao
b06239d8cf
Update README.md
2023-09-18 23:18:12 -04:00
Dongji Gao
f34d596400
Update README.md
2023-09-18 20:47:46 -04:00
Dongji Gao
5e20a9c61b
Update README.md
2023-09-18 18:40:36 -04:00
Dongji Gao
a2a0a0dbb5
Update README.md
2023-09-18 18:36:04 -04:00
Dongji Gao
bffc421c1a
Update README.md
2023-09-18 16:07:33 -04:00
Dongji Gao
9916c667b3
Update README.md
2023-09-18 16:04:38 -04:00
Dongji Gao
5e6593f6ab
Update README.md
2023-09-17 21:11:34 -04:00
Dongji Gao
ccf0f4468e
Update README.md
2023-09-17 21:09:02 -04:00
Dongji Gao
0bcd6a6a4b
Update README.md
2023-09-17 21:08:41 -04:00
Dongji Gao
0dd9d0a06a
Update README.md
2023-09-17 21:08:04 -04:00
Dongji Gao
2f62e80a03
Update README.md
2023-09-17 21:07:10 -04:00
Dongji Gao
3b68694360
Update README.md
2023-09-17 21:05:35 -04:00
Dongji Gao
d4ebce1b2a
Update README.md
2023-09-17 21:03:43 -04:00
Dongji Gao
6f18a7f3bb
Update README.md
2023-09-17 21:03:21 -04:00
Dongji Gao
61cf3c38c1
Update README.md
2023-09-17 21:02:47 -04:00
Dongji Gao
b782b4827d
Update README.md
2023-09-17 21:01:55 -04:00
Dongji Gao
4313aa3dd4
Update README.md
2023-09-17 20:58:14 -04:00
Dongji Gao
fd2b0f7b77
Update README.md
2023-09-17 20:57:04 -04:00
Dongji Gao
092fb4766d
add figures for README.md
2023-09-17 20:55:34 -04:00
Dongji Gao
5a8acb764f
Update README.md
2023-09-17 19:44:21 -04:00
Dongji Gao
e629217f2e
Update README.md
2023-09-17 19:04:50 -04:00
Dongji Gao
2c2631e07d
Create README.md
2023-09-17 18:57:41 -04:00
Dongji Gao
f4fb1cc0ac
remove unnecessary testing files
2023-09-16 21:19:07 -04:00
Dongji Gao
141bc10a98
remove unnecessary test files
2023-09-16 19:37:44 -04:00
Dongji Gao
4b0392f242
add otc simulation recipe for librispeech clean 100
2023-09-16 19:32:00 -04:00
Desh Raj
8fcadb68a7
Missing definitions in scaling.py added ( #1232 )
2023-08-31 10:31:05 +08:00
Wei Kang
4d7f73ce65
Add context biasing for zipformer recipe ( #1204 )
...
* Add context biasing for zipformer recipe
* support context biasing in modified_beam_search_LODR
* fix context graph
* Minor fixes
2023-08-28 19:37:32 +08:00
Fangjun Kuang
fc2df07841
Add icefall tutorials for dummies. ( #1220 )
2023-08-16 22:32:41 +08:00
Erwan Zerhouni
9a47c08d08
Update padding modified beam search ( #1217 )
2023-08-14 16:10:50 +02:00
Piotr Żelasko
b0e8a40c89
Speed up yesno training to finish in ~10s on CPU ( #1215 )
2023-08-13 09:50:59 +08:00
Fangjun Kuang
dfccadc6b6
Fix a typo in export_onnx.py for yesno ( #1213 )
2023-08-12 16:59:06 +08:00
zr_jin
a81396b482
Use tokens.txt to replace bpe.model ( #1162 )
2023-08-12 16:53:59 +08:00
Fangjun Kuang
d6b28a11a7
Add export script for the yesno recipe. ( #1212 )
2023-08-11 23:57:00 +08:00
zr_jin
74806b744b
disable speed perturbation by default ( #1176 )
...
* disable speed perturbation by default
* minor fixes
* minor updates
* updated bash scripts to incorporate with the `speed-perturb` arg
* minor fixes
1. changed the naming scheme from `speed-perturb` to `perturb-speed` to align with the librispeech recipe
>> 00256a7669/egs/librispeech/ASR/local/compute_fbank_librispeech.py (L65)
2. changed arg type for `perturb-speed` to str2bool
2023-08-10 20:56:02 +08:00
Yifan Yang
00256a7669
Fix decode_stream.py ( #1208 )
...
* FIx decode_stream.py
* Update decode_stream.py
2023-08-09 09:40:58 +08:00
marcoyang1998
1ee251c8b3
Decode zipformer with external LMs ( #1193 )
...
* update some documentation
* support decoding with LMs in zipformer recipe
* update RESULTS.md
2023-08-03 15:50:35 +08:00
kobenaxie
80d922c158
Update preprocess_commonvoice.py to fix text normalization bug. ( #1181 )
2023-07-26 16:54:42 +08:00
Fangjun Kuang
1dbbd7759e
Add tests for subsample.py and fix typos ( #1180 )
2023-07-25 14:46:18 +08:00
zr_jin
4ab7d61008
removed batch_name
to fix a KeyError with "uttid" ( #1172 )
2023-07-15 12:39:32 +08:00
marcoyang1998
5ed6fc0e6d
add sym link ( #1170 )
2023-07-12 15:37:14 +08:00
Desh Raj
41b16d7838
SURT recipe for AMI and ICSI ( #1133 )
...
* merge upstream
* add SURT model and training
* add libricss decoding
* add chunk width randomization
* decode SURT with libricss
* initial commit for zipformer_ctc
* remove unwanted changes
* remove changes to other recipe
* fix zipformer softlink
* fix for JIT export
* add missing file
* fix symbolic links
* update results
* clean commit for SURT recipe
* training libricss surt model
* remove unwanted files
* remove unwanted changes
* remove changes in librispeech
* change some files to symlinks
* remove unwanted changes in utils
* add export script
* add README
* minor fix in README
* add assets for README
* replace some files with symlinks
* remove unused decoding methods
* initial commit for SURT AMI recipe
* fix symlink
* add train + decode scripts
* add missing symlink
* change files to symlink
* change file type
2023-07-08 23:01:51 +08:00
Yifan Yang
ffe816e2a8
Fix blank skip ci test ( #1167 )
...
* Fix for ci
* Fix frame_reducer
2023-07-06 23:12:41 +08:00