Views
No views yet
1# Download and run inference
2python scripts/inference.py \
3 model_name=audio-based-lyrics-matching/wealy-whisper-dvi \
4 hidden_states=/path/to/your/hidden-states \
5 partition=test \
6 use_overlapping_chunks=true \
7 ngpus=1hidden_states: Path to pre-extracted hidden states directorypartition: Dataset partition to evaluate (default: "test")use_overlapping_chunks: Enable overlapping chunk evaluation (default: false)chunk_size: Size of overlapping chunks (default: 1500)overlap_percentage: Overlap between chunks (default: 0.9)ngpus: Number of GPUs to use (default: 1)1@article{mancini2025wealy,
2 title={Leveraging Whisper Embeddings for Audio-based Lyrics Matching},
3 author={Mancini, Eleonora and Serrà, Joan and Torroni, Paolo and Mitsufuji, Yuki},
4 journal={arXiv preprint arXiv:2510.08176},
5 year={2025},
6 url={https://github.com/helemanc/audio-based-lyrics-matching}
7}