"...serve/git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "f44ef17c7b02db0fde6b0877ac850584168338c8"
Unverified Commit aaf6795f authored by Matthew McDermott's avatar Matthew McDermott Committed by GitHub
Browse files

Fix typo in documentation. (#21632)

parent d3b1adf5
......@@ -99,7 +99,7 @@ class GenerationConfig(PushToHubMixin):
> Parameters for manipulation of the model output logits
temperature (`float`, *optional*, defaults to 1.0):
The value used to module the next token probabilities.
The value used to modulate the next token probabilities.
top_k (`int`, *optional*, defaults to 50):
The number of highest probability vocabulary tokens to keep for top-k-filtering.
top_p (`float`, *optional*, defaults to 1.0):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment