Transformers
PyTorch
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use mirfan899/t5-e2e-questions-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mirfan899/t5-e2e-questions-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("mirfan899/t5-e2e-questions-generation") model = AutoModelForMultimodalLM.from_pretrained("mirfan899/t5-e2e-questions-generation") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes