yairamr commited on
Commit
baeac2f
verified
1 Parent(s): f13b9f9

README: drop arXiv references; PDF only

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -2,25 +2,22 @@
2
 
3
  Companion model checkpoints for [SE-Probe](https://github.com/YairAmar/SE-Probe), the public code release for *"Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation"* (Amar, Ivry, Cohen, 2026).
4
 
5
- 馃搫 Paper: [arXiv:2512.00482](https://arxiv.org/abs/2512.00482) [PDF](https://amir-ivry.github.io/assets/papers/SE_probing.pdf)
6
 
7
  ## Files
8
 
9
- - `muse_reverb_e48.pt` (2.3 MB): Reverb fine-tuned MUSE checkpoint (epoch 48). PESQ 3.02 / STOI 0.944 on the 824x5 RIR test set; this is the model probed in Section 4.2 of the paper. Trained from the upstream noise-only MUSE g_best, fine-tuned on RIR-Mega convolutive mixtures.
10
 
11
- The training pipeline that produced this checkpoint is vendored in the SE-Probe repository under `training/` (originally <https://github.com/YairAmar/muse-dereverb-ft>).
12
 
13
  ## Citation
14
 
15
  ```bibtex
16
  @article{amar2026seprobe,
17
- title = {Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation},
18
- author = {Amar, Yair and Ivry, Amir and Cohen, Israel},
19
- year = {2026},
20
- eprint = {2512.00482},
21
- archivePrefix = {arXiv},
22
- primaryClass = {eess.AS},
23
- url = {https://arxiv.org/abs/2512.00482}
24
  }
25
  ```
26
 
 
2
 
3
  Companion model checkpoints for [SE-Probe](https://github.com/YairAmar/SE-Probe), the public code release for *"Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation"* (Amar, Ivry, Cohen, 2026).
4
 
5
+ 馃搫 Paper (PDF): [SE Probing](https://amir-ivry.github.io/assets/papers/SE_probing.pdf)
6
 
7
  ## Files
8
 
9
+ - (2.3 MB): Reverb fine-tuned MUSE checkpoint (epoch 48). PESQ 3.02 / STOI 0.944 on the 824x5 RIR test set; this is the model probed in Section 4.2 of the paper. Trained from the upstream noise-only MUSE g_best, fine-tuned on RIR-Mega convolutive mixtures.
10
 
11
+ The training pipeline that produced this checkpoint is vendored in the SE-Probe repository under (originally <https://github.com/YairAmar/muse-dereverb-ft>).
12
 
13
  ## Citation
14
 
15
  ```bibtex
16
  @article{amar2026seprobe,
17
+ title = {Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation},
18
+ author = {Amar, Yair and Ivry, Amir and Cohen, Israel},
19
+ year = {2026},
20
+ url = {https://amir-ivry.github.io/assets/papers/SE_probing.pdf}
 
 
 
21
  }
22
  ```
23