add tokenizer 0710ce4
Sławomir Dadas commited on
How to use sdadas/polish-bart-base with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sdadas/polish-bart-base")
model = AutoModelForSeq2SeqLM.from_pretrained("sdadas/polish-bart-base", device_map="auto")