Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
aaf6795f
"test/vscode:/vscode.git/clone" did not exist on "d279d4990ccf88c008eb421e2cae042152349710"
Unverified
Commit
aaf6795f
authored
Feb 14, 2023
by
Matthew McDermott
Committed by
GitHub
Feb 14, 2023
Browse files
Fix typo in documentation. (#21632)
parent
d3b1adf5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/generation/configuration_utils.py
src/transformers/generation/configuration_utils.py
+1
-1
No files found.
src/transformers/generation/configuration_utils.py
View file @
aaf6795f
...
...
@@ -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 modul
at
e 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):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment