Instructions to use abhitopia/question-answer-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abhitopia/question-answer-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("abhitopia/question-answer-generation") model = AutoModelForSeq2SeqLM.from_pretrained("abhitopia/question-answer-generation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fb8ffc5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4914be32ce1a3c9667afa59c49853eb9eccb781009b4fb0eb0ee6168a6a7748c
size 1087
|