File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The abstract from the paper is the following:
2323
2424Tips:
2525- OPT has the same architecture as [`BartDecoder`].
26- - 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.
26+ - Contrary to GPT2, OPT adds the EOS token `</s>` to the beginning of every prompt.
2727
2828This model was contributed by [Arthur Zucker](https://huggingface.co/ArthurZ), [Younes Belkada](https://huggingface.co/ybelkada), and [Patrick Von Platen](https://huggingface.co/patrickvonplaten).
2929The original code can be found [here](https://github.com/facebookresearch/metaseq).
You can’t perform that action at this time.
0 commit comments