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
This commit is contained in:
AP
2024-05-28 09:50:45 +00:00
committed by GitHub
parent e18da4e3f2
commit dd4654eab7

View File

@@ -204,7 +204,7 @@ Pass your text to the tokenizer:
The tokenizer returns a dictionary containing:
* [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: