Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
5d17f6b
·
1 Parent(s): 51f4d06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -153,7 +153,7 @@ def llama_generate(
153
  tokenizer: AutoTokenizer,
154
  prompt: str,
155
  max_new_tokens: int = 128,
156
- temperature: int = 1.0,
157
  ) -> str:
158
  """
159
  Initialize the pipeline
 
153
  tokenizer: AutoTokenizer,
154
  prompt: str,
155
  max_new_tokens: int = 128,
156
+ temperature: float = 0.92,
157
  ) -> str:
158
  """
159
  Initialize the pipeline