Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use adasnew/t5-small-xsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adasnew/t5-small-xsum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("adasnew/t5-small-xsum") model = AutoModelForSeq2SeqLM.from_pretrained("adasnew/t5-small-xsum", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
62e883b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f7e5647515d773cf494e4ca57b464248d4903d2a2228ff2fe9931dc9266f335d
size 3055
|