Instructions to use dhanunjaya/qa_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dhanunjaya/qa_generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dhanunjaya/qa_generation") model = AutoModelForSeq2SeqLM.from_pretrained("dhanunjaya/qa_generation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
72b7a8e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e82e767154152e2b04dc5c6d31ee64268f999e6c8e7383fe7aeb1ea98e59c22a
size 241978954
|