Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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='
|
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 |
)
|