PATTARA TIPAKSORN commited on
Commit
748d132
1 Parent(s): 8f42186

Update configuration_pathumma_audio.py

Browse files
Files changed (1) hide show
  1. configuration_pathumma_audio.py +2 -2
configuration_pathumma_audio.py CHANGED
@@ -8,8 +8,8 @@ class PathummaAudioConfig(PretrainedConfig):
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
 
 
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