adding credit for list of known hallucinations
This commit is contained in:
@@ -5,6 +5,8 @@ from typing import Union
|
|||||||
|
|
||||||
ALPHABET = [*"abcdefghijklmnopqrstuvwxyz"]
|
ALPHABET = [*"abcdefghijklmnopqrstuvwxyz"]
|
||||||
|
|
||||||
|
# List of known hallucinations - taken from:
|
||||||
|
# https://github.com/openai/whisper/discussions/928
|
||||||
WHISPER_HALLUCINATIONS={
|
WHISPER_HALLUCINATIONS={
|
||||||
"en": [
|
"en": [
|
||||||
" www.mooji.org",
|
" www.mooji.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user