Skip to content

Commit

Permalink
Added "hi" hindi language
Browse files Browse the repository at this point in the history
I believe the tokenizers now support Hindi, but don't know for sure. Will require the XTTS 2.0.3 model. Anything earlier doesn't support Hindi.
  • Loading branch information
erew123 authored Nov 27, 2024
1 parent 1297a28 commit af29b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -3558,6 +3558,7 @@ def update_language_options(model):
"es",
"fr",
"de",
"hi",
"it",
"pt",
"pl",
Expand Down Expand Up @@ -3612,6 +3613,7 @@ def update_language_options(model):
"es",
"fr",
"de",
"hi",
"it",
"pt",
"pl",
Expand Down Expand Up @@ -4549,6 +4551,7 @@ def train_model(
"es",
"fr",
"de",
"hi",
"it",
"pt",
"pl",
Expand Down

0 comments on commit af29b1e

Please sign in to comment.