alphacep / alphacep/vosk-api

Confidence value in nbest list is not normalized to 1.0?

Abierto
#604 9 comentarios 5 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
15.1k
Forks
1.8k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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'.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.