"test/vscode:/vscode.git/clone" did not exist on "d279d4990ccf88c008eb421e2cae042152349710"
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