manuelcozar55
commited on
Commit
•
012ce2e
1
Parent(s):
99b5108
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ if huggingface_token:
|
|
20 |
|
21 |
# Configuración del modelo de resumen
|
22 |
llm = HuggingFaceEndpoint(
|
23 |
-
repo_id="
|
24 |
task="text-generation",
|
25 |
max_new_tokens=4096,
|
26 |
temperature=0.5,
|
|
|
20 |
|
21 |
# Configuración del modelo de resumen
|
22 |
llm = HuggingFaceEndpoint(
|
23 |
+
repo_id="Equall/Saul-7B-Instruct-v1",
|
24 |
task="text-generation",
|
25 |
max_new_tokens=4096,
|
26 |
temperature=0.5,
|