Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Commit
•
13bddc0
1
Parent(s):
0c7d70e
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def get_conversation_chain(vectorstore):
|
|
112 |
|
113 |
"""
|
114 |
llm = HuggingFaceHub(
|
115 |
-
repo_id="
|
116 |
model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
|
117 |
)
|
118 |
|
|
|
112 |
|
113 |
"""
|
114 |
llm = HuggingFaceHub(
|
115 |
+
repo_id="TheBloke/phi-2-GGUF",
|
116 |
model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
|
117 |
)
|
118 |
|