Instructions to use Soyoung97/ListT5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soyoung97/ListT5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, FiDT5 tokenizer = AutoTokenizer.from_pretrained("Soyoung97/ListT5-base") model = FiDT5.from_pretrained("Soyoung97/ListT5-base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K