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