How to use bigscience/T0pp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0pp") model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0pp")
Could you please provide a prompt template of how to use the model for multiclass classification where we have a definition and some examples for each class?
· Sign up or log in to comment