LICENSE
README.md
pyproject.toml
setup.py
src/whisper_lm_transformers/__init__.py
src/whisper_lm_transformers/logits_processor.py
src/whisper_lm_transformers/whisper_with_lm.py
src/whisper_lm_transformers/whisper_with_lm_pipeline.py
src/whisper_lm_transformers.egg-info/PKG-INFO
src/whisper_lm_transformers.egg-info/SOURCES.txt
src/whisper_lm_transformers.egg-info/dependency_links.txt
src/whisper_lm_transformers.egg-info/entry_points.txt
src/whisper_lm_transformers.egg-info/requires.txt
src/whisper_lm_transformers.egg-info/top_level.txt
src/whisper_lm_transformers/scripts/__init__.py
src/whisper_lm_transformers/scripts/whisper_evaluate_with_hf.py
src/whisper_lm_transformers/scripts/whisper_lm_optimizer_with_hf.py
tests/test_logits_processor.py
tests/test_whisper_with_lm.py
tests/test_whisper_with_lm_pipeline.py