How to use vishnun/tinygram with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("vishnun/tinygram") model = AutoModelForSeq2SeqLM.from_pretrained("vishnun/tinygram")
What is a pickle import?
How to fix it?