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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tomvoelker/t5-absa-plusplus-atsc") model = AutoModelForSeq2SeqLM.from_pretrained("tomvoelker/t5-absa-plusplus-atsc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K