ggml-org/whisper.cpp

Add ability to limit auto-detection to a subset of languages

Ouverte

#1 242 ouverte le 2 sept. 2023

 (5 commentaires) (3 réactions) (0 personne assignée)C++ (6 074 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (52 968 étoiles)
Métriques de merge PR
 (Merge moyen 5j 20h) (36 PRs mergées en 30 j)

Description

From what I can tell, auto-detection simply picks the language with the highest probability score. Sometimes, I know the language could only be 1 out of 5 possible languages. In such cases, it would be useful to be able to specify the possible languages, to improve the likelyhood of the auto-detection picking the correct language.

Guide contributeur