PATTARA TIPAKSORN commited on
Commit
a1bdacd
·
verified ·
1 Parent(s): 09cc139

Update configuration_pathumma_audio.py

Browse files
Files changed (1) hide show
  1. configuration_pathumma_audio.py +1 -1
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 = "openai/whisper-large-v3",
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