Instructions to use Suchinthana/T5-Base-Wikigen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Suchinthana/T5-Base-Wikigen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Suchinthana/T5-Base-Wikigen") model = AutoModelForSeq2SeqLM.from_pretrained("Suchinthana/T5-Base-Wikigen") - Notebooks
- Google Colab
- Kaggle
Commit ·
8783306
1
Parent(s): 6748f66