PATTARA TIPAKSORN commited on
Update configuration_pathumma_audio.py
Browse files
configuration_pathumma_audio.py
CHANGED
|
@@ -9,7 +9,7 @@ class PathummaAudioConfig(PretrainedConfig):
|
|
| 9 |
def __init__(
|
| 10 |
self,
|
| 11 |
llm_path: str = "Qwen/Qwen2-7B-Instruct",
|
| 12 |
-
whisper_path: str = "
|
| 13 |
beats_path: str = "",
|
| 14 |
init_from_scratch: bool = True,
|
| 15 |
|
|
|
|
| 9 |
def __init__(
|
| 10 |
self,
|
| 11 |
llm_path: str = "Qwen/Qwen2-7B-Instruct",
|
| 12 |
+
whisper_path: str = "nectec/Pathumma-whisper-th-large-v3",
|
| 13 |
beats_path: str = "",
|
| 14 |
init_from_scratch: bool = True,
|
| 15 |
|