mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Update tokenizer.py to fix erroneous Javanese language code
The ISO-639-1 code for Javanese is `jv` NOT `jw` as given here. It should be listed as `jv`.
This commit is contained in:
parent
c0d2f624c0
commit
bd9d47a977
@ -105,7 +105,7 @@ LANGUAGES = {
|
|||||||
"ln": "lingala",
|
"ln": "lingala",
|
||||||
"ha": "hausa",
|
"ha": "hausa",
|
||||||
"ba": "bashkir",
|
"ba": "bashkir",
|
||||||
"jw": "javanese",
|
"jv": "javanese",
|
||||||
"su": "sundanese",
|
"su": "sundanese",
|
||||||
"yue": "cantonese",
|
"yue": "cantonese",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user