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