We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea41e71 commit 686f33cCopy full SHA for 686f33c
1 file changed
configs/metrics/noisybwe.yaml
@@ -1,13 +1,13 @@
1
noresqa_mos:
2
_target_: vibravox.metrics.noresqa_mos.NoresqaMOS
3
- sample_rate: ${sample_rate}
+ sample_rate: 16000
4
5
torchmetrics_si_sdr:
6
_target_: torchmetrics.audio.ScaleInvariantSignalDistortionRatio
7
8
torchmetrics_stoi:
9
_target_: torchmetrics.audio.ShortTimeObjectiveIntelligibility
10
- fs: ${sample_rate}
+ fs: 16000
11
12
torchsquim_stoi:
13
_target_: vibravox.metrics.torchsquim_stoi.TorchsquimSTOI
0 commit comments