Transformers
Safetensors
t5
text2text-generation
absa
aspect-based-sentiment-analysis
atsc_rest
Generated from Trainer
text-generation-inference
Instructions to use tomvoelker/t5-absa-plusplus-atsc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomvoelker/t5-absa-plusplus-atsc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("tomvoelker/t5-absa-plusplus-atsc") model = AutoModelForMultimodalLM.from_pretrained("tomvoelker/t5-absa-plusplus-atsc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K