Instructions to use nadika/question_generation_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nadika/question_generation_final with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nadika/question_generation_final") model = AutoModelForSeq2SeqLM.from_pretrained("nadika/question_generation_final", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K