lrtherond commited on
Commit
ce2c548
1 Parent(s): 5191bb0

Prompt revision

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ llm = HuggingFaceEndpoint(
69
  task="text-generation",
70
  model_kwargs={
71
  "max_new_tokens": 512,
72
- "temperature": 0.3,
73
- "repetition_penalty": 1.3,
74
  "return_full_text": True,
75
  },
76
  )
 
69
  task="text-generation",
70
  model_kwargs={
71
  "max_new_tokens": 512,
72
+ "temperature": 0.1,
73
+ "repetition_penalty": 1.1,
74
  "return_full_text": True,
75
  },
76
  )