"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "3724156b4dce558a1d174a7e2239f4401ad8fefd"
Unverified Commit dd4654ea authored by AP's avatar AP Committed by GitHub
Browse files

Update quicktour.md to fix broken link to Glossary (#31072)

Update quicktour.md to fix broken link

Missing '/' in attention mask link in the transformers quicktour
parent e18da4e3
...@@ -204,7 +204,7 @@ Pass your text to the tokenizer: ...@@ -204,7 +204,7 @@ Pass your text to the tokenizer:
The tokenizer returns a dictionary containing: The tokenizer returns a dictionary containing:
* [input_ids](./glossary#input-ids): numerical representations of your tokens. * [input_ids](./glossary#input-ids): numerical representations of your tokens.
* [attention_mask](.glossary#attention-mask): indicates which tokens should be attended to. * [attention_mask](./glossary#attention-mask): indicates which tokens should be attended to.
A tokenizer can also accept a list of inputs, and pad and truncate the text to return a batch with uniform length: A tokenizer can also accept a list of inputs, and pad and truncate the text to return a batch with uniform length:
......
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