Spaces:
Runtime error
Runtime error
Commit
·
e9d4414
1
Parent(s):
01748e7
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def greet(text):
|
|
34 |
# token=access_token
|
35 |
)
|
36 |
|
37 |
-
llm = HuggingFacePipeline(pipeline = pipeline, model_kwargs = {'temperature':0.5,'repetition_penalty'
|
38 |
|
39 |
template = """Write a concise summary of the following:
|
40 |
"{text}"
|
|
|
34 |
# token=access_token
|
35 |
)
|
36 |
|
37 |
+
llm = HuggingFacePipeline(pipeline = pipeline, model_kwargs = {'temperature':0.5,'repetition_penalty':1.1})
|
38 |
|
39 |
template = """Write a concise summary of the following:
|
40 |
"{text}"
|