Instructions to use sihaochen/SegmenT5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sihaochen/SegmenT5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sihaochen/SegmenT5-large") model = AutoModelForSeq2SeqLM.from_pretrained("sihaochen/SegmenT5-large") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 4b8c5fd
Create README.md 684bce1
Upload T5ForConditionalGeneration 77e11ce
Upload tokenizer 32e9e40
Upload T5ForConditionalGeneration 5a68678
initial commit 4e44e80
Sihao Chen commited on