Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified Model in Action section. The class `AutoModelWithLMHead` is deprecated so changed it to `AutoModelForSeq2SeqLM` for encoder-decoder models. Removed duplicate eos token.
- Loading branch information