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 = "Qwen/Qwen2-7B-Instruct",
|
| 12 |
+
whisper_path: str = "openai/whisper-large-v3",
|
| 13 |
beats_path: str = "",
|
| 14 |
init_from_scratch: bool = True,
|
| 15 |
|