Transformers
PyTorch
Safetensors
English
t5
text2text-generation
finbert
financial-sentiment-analysis
sentiment-analysis
text-generation-inference
Instructions to use amphora/FinABSA-Longer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amphora/FinABSA-Longer with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("amphora/FinABSA-Longer") model = AutoModelForSeq2SeqLM.from_pretrained("amphora/FinABSA-Longer") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3 opened 4 months ago
by
ReactionControl