Skip to content
Snippets Groups Projects

Use correct format for demonstration samples for evaluation and evolution

Merged Max Kimmich requested to merge refactor-models into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -535,7 +535,7 @@ class HfChat(ChatModel, LLMModel):
model_call_kwargs = {
"text_inputs": messages,
"stop": stop,
"max_length": max_tokens if max_tokens is not None else 2048,
"max_length": max_tokens if max_tokens is not None else 16384,
}
if use_randomness:
# same temperature as in evoprompt paper reference implementation
Loading