Spaces:
Sleeping
Sleeping
Commit ·
80d1be9
1
Parent(s): 99b006e
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def load_chain():
|
|
| 28 |
# template=template
|
| 29 |
# )
|
| 30 |
# memory = ConversationBufferMemory(memory_key="chat_history")
|
| 31 |
-
#llm=HuggingFaceHub(repo_id="Goutham-Vignesh/flan-t5-
|
| 32 |
llm=HuggingFaceHub(repo_id="google/flan-t5-large", model_kwargs={"temperature":1e-10,"max_length":512})
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
# template=template
|
| 29 |
# )
|
| 30 |
# memory = ConversationBufferMemory(memory_key="chat_history")
|
| 31 |
+
#llm=HuggingFaceHub(repo_id="Goutham-Vignesh/flan-t5-tuned-zolvit", model_kwargs={"temperature":1e-10})
|
| 32 |
llm=HuggingFaceHub(repo_id="google/flan-t5-large", model_kwargs={"temperature":1e-10,"max_length":512})
|
| 33 |
|
| 34 |
|