Audio Classification
ONNX
Russian
korallll commited on
Commit
31af173
·
verified ·
1 Parent(s): 108f355

docs: add INTERSPEECH 2026 paper banner, badges, and citation

Browse files
Files changed (1) hide show
  1. README.md +25 -0
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2507.13563-b31b1b.svg)](https://arxiv.org/abs/2507.13563)
12
+ [![Conference](https://img.shields.io/badge/INTERSPEECH-2026-1f6feb.svg)](https://arxiv.org/abs/2507.13563)
13
+ [![Code](https://img.shields.io/badge/code-lab260ru%2Fbalalaika-181717.svg?logo=github)](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
+ ```