Instructions to use ThomasSimonini/t5-end2end-question-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThomasSimonini/t5-end2end-question-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ThomasSimonini/t5-end2end-question-generation") model = AutoModelForSeq2SeqLM.from_pretrained("ThomasSimonini/t5-end2end-question-generation") - Notebooks
- Google Colab
- Kaggle
The tutorial link in the readme is broken
#3 opened 3 months ago
by
Hima27
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot
Can't load tokenizer using from_pretrained, please update its configuration: not a string
2
#1 opened over 3 years ago
by
gokul427