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
Commit History
Update README.md 7eb95aa
Update README.md 54aad73
Update README.md 3b2aa31
Update README.md 5fb751d
Update README.md 711f9ab
Update README.md b4bb4e2
upload model files 5324bf5
mind-yi commited on