[WIP/TEST] distil-wisperの処理を追加

This commit is contained in:
misyaguziya
2024-02-04 01:03:38 +09:00
parent 801d948513
commit 7aafce6e2e
6 changed files with 26 additions and 8 deletions

View File

@@ -812,6 +812,9 @@ class Config:
"large-v1": "large-v1",
"large-v2": "large-v2",
"large-v3": "large-v3",
"distil-small": "distil-small",
"distil-medium": "distil-medium",
"distil-large-v2": "distil-large-v2",
}
self._MAX_MIC_ENERGY_THRESHOLD = 2000