How to use ndaheim/cima_joint_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ndaheim/cima_joint_model") model = AutoModelForSeq2SeqLM.from_pretrained("ndaheim/cima_joint_model")
No model card