docs: add INTERSPEECH 2026 paper banner, badges, and citation
Browse files
README.md
CHANGED
|
@@ -8,6 +8,16 @@ pipeline_tag: audio-classification
|
|
| 8 |
---
|
| 9 |
# Music Detection with WavLM
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
Detects if audio contains music.
|
| 12 |
**EER: 2.5–3%** | Based on `microsoft/wavlm-base-plus`
|
| 13 |
*the best threshold value* `0.2442`
|
|
@@ -34,3 +44,18 @@ probs = model.predict_proba(['audio1.mp3', 'audio2.wav']) # → tensor([0.88, 0
|
|
| 34 |
|
| 35 |
- Email: kborodin.research@gmail.com
|
| 36 |
- Telegram: [@korallll_ai](https://t.me/korallll_ai)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
# Music Detection with WavLM
|
| 10 |
|
| 11 |
+
[](https://arxiv.org/abs/2507.13563)
|
| 12 |
+
[](https://arxiv.org/abs/2507.13563)
|
| 13 |
+
[](https://github.com/lab260ru/balalaika)
|
| 14 |
+
|
| 15 |
+
> [!IMPORTANT]
|
| 16 |
+
> **Official model for our INTERSPEECH 2026 paper**
|
| 17 |
+
> *"A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models"* ([arXiv:2507.13563](https://arxiv.org/abs/2507.13563)).
|
| 18 |
+
> Part of the **Balalaika** Russian speech data-processing pipeline — code: [https://github.com/lab260ru/balalaika](https://github.com/lab260ru/balalaika).
|
| 19 |
+
> If you use this resource, please [cite it](#citation).
|
| 20 |
+
|
| 21 |
Detects if audio contains music.
|
| 22 |
**EER: 2.5–3%** | Based on `microsoft/wavlm-base-plus`
|
| 23 |
*the best threshold value* `0.2442`
|
|
|
|
| 44 |
|
| 45 |
- Email: kborodin.research@gmail.com
|
| 46 |
- Telegram: [@korallll_ai](https://t.me/korallll_ai)
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
|
| 50 |
+
If you use this resource, please cite our INTERSPEECH 2026 paper:
|
| 51 |
+
|
| 52 |
+
```bibtex
|
| 53 |
+
@inproceedings{borodin2026balalaika,
|
| 54 |
+
title = {A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models},
|
| 55 |
+
author = {Borodin, Kirill and Vasiliev, Nikita and Kudryavtsev, Vasiliy and Maslov, Maxim and Gorodnichev, Mikhail and Rogov, Oleg and Mkrtchian, Grach},
|
| 56 |
+
booktitle = {Proc. INTERSPEECH 2026},
|
| 57 |
+
year = {2026},
|
| 58 |
+
note = {arXiv:2507.13563},
|
| 59 |
+
url = {https://arxiv.org/abs/2507.13563}
|
| 60 |
+
}
|
| 61 |
+
```
|