Add CHiME-4 dataset, RIR and Self-Distillation

- Added CHiME-4 dataset integration in asr_datamodule.py
- Added Hugging Face upload script
- Added RIR augmentation
- Added Self-Distillation Training
This commit is contained in:
jaeeunbaik 2025-08-27 16:11:20 +09:00
parent e79833aad2
commit 915e8e399c
2395 changed files with 9101 additions and 314685 deletions

0
.flake8 Normal file → Executable file
View File

0
.git-blame-ignore-revs Normal file → Executable file
View File

0
.github/scripts/.gitignore vendored Normal file → Executable file
View File

0
.github/scripts/docker/Dockerfile vendored Normal file → Executable file
View File

0
.github/workflows/aishell.yml vendored Normal file → Executable file
View File

0
.github/workflows/audioset.yml vendored Normal file → Executable file
View File

0
.github/workflows/baker_zh.yml vendored Normal file → Executable file
View File

0
.github/workflows/build-cpu-docker.yml vendored Normal file → Executable file
View File

0
.github/workflows/build-doc.yml vendored Normal file → Executable file
View File

0
.github/workflows/build-docker-image.yml vendored Normal file → Executable file
View File

0
.github/workflows/ksponspeech.yml vendored Normal file → Executable file
View File

0
.github/workflows/librispeech.yml vendored Normal file → Executable file
View File

0
.github/workflows/ljspeech.yml vendored Normal file → Executable file
View File

0
.github/workflows/multi-zh-hans.yml vendored Normal file → Executable file
View File

0
.github/workflows/rknn.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-docker-image.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-gigaspeech-2022-05-13.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-gigaspeech-zipformer-2023-10-17.yml vendored Normal file → Executable file
View File

View File

0
.github/workflows/run-multi-corpora-zipformer.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-ptb-rnn-lm.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-swbd-conformer-ctc.yml vendored Normal file → Executable file
View File

0
.github/workflows/run-wenetspeech-pruned-transducer-stateless2.yml vendored Normal file → Executable file
View File

0
.github/workflows/style_check.yml vendored Normal file → Executable file
View File

0
.github/workflows/test-ncnn-export.yml vendored Normal file → Executable file
View File

0
.github/workflows/test-onnx-export.yml vendored Normal file → Executable file
View File

0
.github/workflows/test.yml vendored Normal file → Executable file
View File

0
.github/workflows/yesno.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.pre-commit-config.yaml Normal file → Executable file
View File

22
.vscode/settings.json vendored Executable file
View File

@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#93e6fc",
"activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#93e6fc",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#61dafb"
}

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -0,0 +1,3 @@
Start testing: Aug 21 17:10 KST
----------------------------------------------------------
End testing: Aug 21 17:10 KST

0
contributing.md Normal file → Executable file
View File

0
docker/README.md Normal file → Executable file
View File

View File

View File

0
docker/torch1.12.1-cuda11.3.dockerfile Normal file → Executable file
View File

0
docker/torch1.13.0-cuda11.6.dockerfile Normal file → Executable file
View File

0
docker/torch1.9.0-cuda10.2.dockerfile Normal file → Executable file
View File

0
docker/torch2.0.0-cuda11.7.dockerfile Normal file → Executable file
View File

0
docker/torch2.1.0-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.1.0-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.0-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.0-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.1-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.1-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.2-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.2.2-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.3.1-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.3.1-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.0-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.0-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.0-cuda12.4.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.1-cuda11.8.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.1-cuda12.1.dockerfile Normal file → Executable file
View File

0
docker/torch2.4.1-cuda12.4.dockerfile Normal file → Executable file
View File

0
docs/.gitignore vendored Normal file → Executable file
View File

0
docs/Makefile Normal file → Executable file
View File

0
docs/README.md Normal file → Executable file
View File

0
docs/make.bat Normal file → Executable file
View File

0
docs/requirements.txt Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/at.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/beside.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/curiosity.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/had.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/i.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/me.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/moment.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/that.wav Normal file → Executable file
View File

0
docs/source/_static/kaldi-align/this.wav Normal file → Executable file
View File

0
docs/source/_static/logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 666 KiB

After

Width:  |  Height:  |  Size: 666 KiB

0
docs/source/conf.py Normal file → Executable file
View File

0
docs/source/contributing/code-style.rst Normal file → Executable file
View File

0
docs/source/contributing/doc.rst Normal file → Executable file
View File

0
docs/source/contributing/how-to-create-a-recipe.rst Normal file → Executable file
View File

0
docs/source/contributing/images/doc-contrib.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB

View File

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

0
docs/source/contributing/images/pre-commit-check.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 214 KiB

0
docs/source/contributing/index.rst Normal file → Executable file
View File

0
docs/source/decoding-with-langugage-models/LODR.rst Normal file → Executable file
View File

0
docs/source/decoding-with-langugage-models/index.rst Normal file → Executable file
View File

View File

View File

0
docs/source/docker/img/docker-hub.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 356 KiB

After

Width:  |  Height:  |  Size: 356 KiB

0
docs/source/docker/index.rst Normal file → Executable file
View File

0
docs/source/docker/intro.rst Normal file → Executable file
View File

0
docs/source/faqs.rst Normal file → Executable file
View File

0
docs/source/for-dummies/data-preparation.rst Normal file → Executable file
View File

0
docs/source/for-dummies/decoding.rst Normal file → Executable file
View File

0
docs/source/for-dummies/environment-setup.rst Normal file → Executable file
View File

0
docs/source/for-dummies/index.rst Normal file → Executable file
View File

0
docs/source/for-dummies/model-export.rst Normal file → Executable file
View File

0
docs/source/for-dummies/training.rst Normal file → Executable file
View File

0
docs/source/fst-based-forced-alignment/diff.rst Normal file → Executable file
View File

0
docs/source/fst-based-forced-alignment/index.rst Normal file → Executable file
View File

0
docs/source/fst-based-forced-alignment/k2-based.rst Normal file → Executable file
View File

0
docs/source/fst-based-forced-alignment/kaldi-based.rst Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More