Instructions to use tliu/asp-coref-flan-t5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tliu/asp-coref-flan-t5-large with Transformers:
# Load model directly from transformers import T5Coref model = T5Coref.from_pretrained("tliu/asp-coref-flan-t5-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle