alphacep / alphacep/vosk-api

Confidence value in nbest list is not normalized to 1.0?

Aperta
#604 9 commenti 5 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
15.1k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I was wondering how to interpret the "confidence" value?
Usual values I get are between ~50 to >500 and it looks like >300 is ok.

Here is my setup:
- Vosk v0.3.30
- Small EN and DE models (v0.15)
- Streaming audio chunks in 16Khz mono
- [Test files](https://github.com/SEPIA-Framework/sepia-stt-server/tree/dev/src/www/test-audio)

You can reproduce my results using the [BETA version of the SEPIA STT Server](https://github.com/SEPIA-Framework/sepia-stt-server/tree/dev) (there are Docker containers for all platforms):

```
12:30:17 - {"type":"result","msg_id":7,"code":200,"transcript":" one two three four five","isFinal":true,"confidence":529.317749,"features":{}}
...
12:30:20 - {"type":"result","msg_id":14,"code":200,"transcript":" six seven eight nine ten","isFinal":true,"confidence":557.565491,"features":{}}
```

The 'confidence' you see in my results is taken directly from 'FinalResult'.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.