Instructions to use NUSTM/laptop-t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NUSTM/laptop-t5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NUSTM/laptop-t5-base") model = AutoModelForSeq2SeqLM.from_pretrained("NUSTM/laptop-t5-base") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5324bf5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b93693d645bfdeefb2a43ac355a9ccf20a659d41f2a60c2b42c8bdc69352e85
size 891702929
|