Sannidhi commited on
Commit
c3ab959
·
verified ·
1 Parent(s): 082aba0

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -15,7 +15,7 @@ memory_length = 5
15
  memory = ConversationBufferWindowMemory(k=memory_length, memory_key="chat_history", return_messages=True)
16
 
17
  model_id = "Sasmitah/llama_16bit_2"
18
- model2_id = "meta-llama/Llama-3.2-1B-Instruct"
19
  whisper_model = "openai/whisper-small"
20
  model1 = AutoModelForAudioClassification.from_pretrained("ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition")
21
  feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition")
 
15
  memory = ConversationBufferWindowMemory(k=memory_length, memory_key="chat_history", return_messages=True)
16
 
17
  model_id = "Sasmitah/llama_16bit_2"
18
+ model2_id = "unsloth/Llama-3.2-1B-Instruct"
19
  whisper_model = "openai/whisper-small"
20
  model1 = AutoModelForAudioClassification.from_pretrained("ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition")
21
  feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition")