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
File size: 129 Bytes
6797a6a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e101a7ae49e1b976b2b47493145db108e45feecc222c6c5bba008ab881d457f5
size 4856
|