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
7f6d3750
Unverified
Commit
7f6d3750
authored
Jul 13, 2021
by
Patrick von Platen
Committed by
GitHub
Jul 13, 2021
Browse files
[Blenderbot] Fix docs (#12227)
* fix_torch_device_generate_test * remove @ * fix docs
parent
9519f0cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/blenderbot/configuration_blenderbot.py
...ransformers/models/blenderbot/configuration_blenderbot.py
+1
-1
No files found.
src/transformers/models/blenderbot/configuration_blenderbot.py
View file @
7f6d3750
...
@@ -67,7 +67,7 @@ class BlenderbotConfig(PretrainedConfig):
...
@@ -67,7 +67,7 @@ class BlenderbotConfig(PretrainedConfig):
The dropout ratio for activations inside the fully connected layer.
The dropout ratio for activations inside the fully connected layer.
classifier_dropout (:obj:`float`, `optional`, defaults to 0.0):
classifier_dropout (:obj:`float`, `optional`, defaults to 0.0):
The dropout ratio for classifier.
The dropout ratio for classifier.
max_position_embeddings (:obj:`int`, `optional`, defaults to 1
024
):
max_position_embeddings (:obj:`int`, `optional`, defaults to 1
28
):
The maximum sequence length that this model might ever be used with. Typically set this to something large
The maximum sequence length that this model might ever be used with. Typically set this to something large
just in case (e.g., 512 or 1024 or 2048).
just in case (e.g., 512 or 1024 or 2048).
init_std (:obj:`float`, `optional`, defaults to 0.02):
init_std (:obj:`float`, `optional`, defaults to 0.02):
...
...
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