Skip to content

Commit

Permalink
Add 'tl' language alignment model (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Mar 4, 2025
1 parent 52bff69 commit c69e05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
- gl
- ka
- lv
- tl
model:
- tiny
- base
Expand Down
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target "build" {
"gl",
"ka",
"lv",
"tl",
]
}

Expand Down
1 change: 1 addition & 0 deletions load_align_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"gl": "ifrz/wav2vec2-large-xlsr-galician",
"ka": "xsway/wav2vec2-large-xlsr-georgian",
"lv": "jimregan/wav2vec2-large-xlsr-latvian-cv",
"tl": "Khalsuu/filipino-wav2vec2-l-xls-r-300m-official",
}

# From https://github.com/m-bain/whisperX/issues/189#issuecomment-1523392800
Expand Down

0 comments on commit c69e05f

Please sign in to comment.