Skip to content

Commit

Permalink
Remove unnecessary space (#11060)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored Apr 5, 2021
1 parent ef62f03 commit 773e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/task_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ of tokens.
>>> tokenizer = AutoTokenizer.from_pretrained("gpt2")
>>> model = AutoModelWithLMHead.from_pretrained("gpt2")
>>> sequence = f"Hugging Face is based in DUMBO, New York City, and "
>>> sequence = f"Hugging Face is based in DUMBO, New York City, and"
>>> input_ids = tokenizer.encode(sequence, return_tensors="pt")
Expand Down

0 comments on commit 773e4c7

Please sign in to comment.