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