MD1998 commited on
Commit
cebdc77
·
verified ·
1 Parent(s): caf0ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ memory = ConversationBufferWindowMemory()
55
 
56
 
57
  # Update the model path to use the Hugging Face model identifier
58
- llm = CTransformers(model='TheBloke/Llama-2-7B-Chat-GGML',
59
- model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
60
- model_type='llama',
61
  config={'max_new_tokens': 25,
62
  'temperature': 0.2}
63
  )
 
55
 
56
 
57
  # Update the model path to use the Hugging Face model identifier
58
+ llm = CTransformers(model='MD1998/FLAN-T5-V1',
59
+ # model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
60
+ # model_type='llama',
61
  config={'max_new_tokens': 25,
62
  'temperature': 0.2}
63
  )