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
| { | |
| "task": "atsc_rest", | |
| "model": "google-t5/t5-small", | |
| "seed": 42, | |
| "num_epochs": 10, | |
| "learning_rate": 0.0003, | |
| "batch_size": 8, | |
| "test_f1": 0.0, | |
| "test_precision": 0.0, | |
| "test_recall": 0.0 | |
| } |