AlexHung29629 commited on
Commit
c92af1e
·
verified ·
1 Parent(s): 1264a82

Update configuration_ocismllama.py

Browse files
Files changed (1) hide show
  1. configuration_ocismllama.py +1 -1
configuration_ocismllama.py CHANGED
@@ -20,7 +20,7 @@ class MllamaAudioConfig(PretrainedConfig):
20
  self,
21
  output_hidden_size: int = 4096,
22
  hidden_size: int = 4096,
23
- audio_model_id: str = 'AlexHung29629/whisper-large-v3-turbo-encoder',
24
  stack_factor: int = 8,
25
  norm_init: float = 0.4,
26
  **kwargs,
 
20
  self,
21
  output_hidden_size: int = 4096,
22
  hidden_size: int = 4096,
23
+ audio_model_id: str = 'taipei-1-mllama-project-2024/whisper-large-v3-turbo-encoder',
24
  stack_factor: int = 8,
25
  norm_init: float = 0.4,
26
  **kwargs,