Instructions to use celsowm/flan-t5-xlsum-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use celsowm/flan-t5-xlsum-pt with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("celsowm/flan-t5-xlsum-pt") model = AutoModelForSeq2SeqLM.from_pretrained("celsowm/flan-t5-xlsum-pt") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9312cf4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7fb0e47c81d9c7d54bc1b60f17e3cf2cd5bfbfb594a9bb528057597c162ebd49
size 4155
|