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