Instructions to use agemagician/mlong-t5-tglobal-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agemagician/mlong-t5-tglobal-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("agemagician/mlong-t5-tglobal-large") model = AutoModelForSeq2SeqLM.from_pretrained("agemagician/mlong-t5-tglobal-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Can this model be used for paraphrasing?
1
#2 opened over 2 years ago
by
YanaS
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot