Update config.py
Browse files
config.py
CHANGED
@@ -12,4 +12,4 @@ class SpeechLLMModelConfig(PretrainedConfig):
|
|
12 |
self.audio_processor_name = "facebook/hubert-large-ls960-ft"
|
13 |
self.audio_encoder_name = 'facebook/hubert-xlarge-ll60k'
|
14 |
self.llm_model_name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
15 |
-
self.llm_model_checkpoint = os.path.join(os.
|
|
|
12 |
self.audio_processor_name = "facebook/hubert-large-ls960-ft"
|
13 |
self.audio_encoder_name = 'facebook/hubert-xlarge-ll60k'
|
14 |
self.llm_model_name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
15 |
+
self.llm_model_checkpoint = os.path.join(os.path.dirname(__file__), "lora_checkpoint")
|