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