Instructions to use DhaneshV/T2FPipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DhaneshV/T2FPipeline with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DhaneshV/T2FPipeline") model = AutoModelForSeq2SeqLM.from_pretrained("DhaneshV/T2FPipeline") - Notebooks
- Google Colab
- Kaggle
Commit History
Update testing.py 51592ee
Update testing.py bb39afc
Adding `safetensors` variant of this model (#2) 7f561eb
Update testing.py 211926f
commit files to HF hub cf6c975
dhanesh commited on