Instructions to use valhalla/t5-base-qg-hl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use valhalla/t5-base-qg-hl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("valhalla/t5-base-qg-hl") model = AutoModelForSeq2SeqLM.from_pretrained("valhalla/t5-base-qg-hl") - Notebooks
- Google Colab
- Kaggle
Can this model be used to generate MCQs?
#2
by naeemghumman123 - opened
Can this model "valhalla/t5-base-qg" be used to generate MCQs? It seems like it is not designed for that purpose. I am looking for a model that generates a list of questions and answers and distractors.
exactly what i'm trying to do as well. don't know, but if you get an answer or a different model, do tell...