"vscode:/vscode.git/clone" did not exist on "93170298d1c5e34395510d350562d6010c9fa732"
Unverified Commit 8d28dba3 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

[OPT] Doc nit, using fast is fine (#23789)

small doc nit
parent f67dac97
...@@ -23,7 +23,7 @@ The abstract from the paper is the following: ...@@ -23,7 +23,7 @@ The abstract from the paper is the following:
Tips: Tips:
- OPT has the same architecture as [`BartDecoder`]. - OPT has the same architecture as [`BartDecoder`].
- Contrary to GPT2, OPT adds the EOS token `</s>` to the beginning of every prompt. **Note**: Make sure to pass `use_fast=False` when loading OPT's tokenizer with [`AutoTokenizer`] to get the correct tokenizer. - Contrary to GPT2, OPT adds the EOS token `</s>` to the beginning of every prompt.
This model was contributed by [Arthur Zucker](https://huggingface.co/ArthurZ), [Younes Belkada](https://huggingface.co/ybelkada), and [Patrick Von Platen](https://huggingface.co/patrickvonplaten). This model was contributed by [Arthur Zucker](https://huggingface.co/ArthurZ), [Younes Belkada](https://huggingface.co/ybelkada), and [Patrick Von Platen](https://huggingface.co/patrickvonplaten).
The original code can be found [here](https://github.com/facebookresearch/metaseq). The original code can be found [here](https://github.com/facebookresearch/metaseq).
......
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