Instructions to use lmsys/fastchat-t5-3b-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmsys/fastchat-t5-3b-v1.0 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("lmsys/fastchat-t5-3b-v1.0") model = AutoModelForMultimodalLM.from_pretrained("lmsys/fastchat-t5-3b-v1.0") - Notebooks
- Google Colab
- Kaggle