LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/__init__.py
examples/base_model_example.py
examples/batch_processing.py
examples/feature_extraction.py
examples/simple_transcription.py
examples/speech_recognition.py
mlx_hubert/__init__.py
mlx_hubert/config.py
mlx_hubert/layers.py
mlx_hubert/model.py
mlx_hubert/processor.py
mlx_hubert/utils.py
mlx_hubert.egg-info/PKG-INFO
mlx_hubert.egg-info/SOURCES.txt
mlx_hubert.egg-info/dependency_links.txt
mlx_hubert.egg-info/requires.txt
mlx_hubert.egg-info/top_level.txt
tests/__init__.py
tests/test_layers.py
tests/test_model.py
tests/test_processor.py