Instructions to use Sehong/t5-large-QuestionGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sehong/t5-large-QuestionGeneration with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("Sehong/t5-large-QuestionGeneration") model = AutoModelForMultimodalLM.from_pretrained("Sehong/t5-large-QuestionGeneration") - Notebooks
- Google Colab
- Kaggle