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
2d184cb5
Unverified
Commit
2d184cb5
authored
May 13, 2020
by
Elyes Manai
Committed by
GitHub
May 13, 2020
Browse files
wrong variable name used (#4328)
parent
ca136186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
model_cards/google/electra-base-generator/README.md
model_cards/google/electra-base-generator/README.md
+1
-1
No files found.
model_cards/google/electra-base-generator/README.md
View file @
2d184cb5
...
@@ -25,7 +25,7 @@ fill_mask = pipeline(
...
@@ -25,7 +25,7 @@ fill_mask = pipeline(
)
)
print
(
print
(
fill_mask
(
f
"HuggingFace is creating a
{
nlp
.
tokenizer
.
mask_token
}
that the community uses to solve NLP tasks."
)
fill_mask
(
f
"HuggingFace is creating a
{
fill_mask
.
tokenizer
.
mask_token
}
that the community uses to solve NLP tasks."
)
)
)
```
```
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