How to use tomekkorbak/goofy_pasteur with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("tomekkorbak/goofy_pasteur") model = AutoModel.from_pretrained("tomekkorbak/goofy_pasteur")