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