"tests/vscode:/vscode.git/clone" did not exist on "29d2afbfe2e09a4ee7cc51455e51ce8b8c0e252d"
Unverified Commit 2d184cb5 authored by Elyes Manai's avatar Elyes Manai Committed by GitHub
Browse files

wrong variable name used (#4328)

parent ca136186
...@@ -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.")
) )
``` ```
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