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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ widget:
|
|
| 4 |
- text: " Chinese stocks’ plunge on Monday over fears about China’s new leadership team “may be misguided,” consulting firm Teneo said. Chinese stocks in Hong Kong and New York, especially internet tech giants such as [TGT], dropped on the first trading day after Chinese President Xi Jinping cemented his firm grip on power with a new core leadership team filled with his loyalists. Over the last several years, Xi has shown a preference for greater state involvement in the economy. “Close relationships with Xi notwithstanding, Li Qiang, Li Xi, and Cai Qi all enter the [Politburo standing committee] after heading up rich provinces where economic growth is still the top priority,” Teneo Managing Director Gabriel Wildau and a team said in a note."
|
| 5 |
tags:
|
| 6 |
- t5
|
|
|
|
|
|
|
| 7 |
license:
|
| 8 |
- apache-2.0
|
| 9 |
---
|
|
|
|
| 4 |
- text: " Chinese stocks’ plunge on Monday over fears about China’s new leadership team “may be misguided,” consulting firm Teneo said. Chinese stocks in Hong Kong and New York, especially internet tech giants such as [TGT], dropped on the first trading day after Chinese President Xi Jinping cemented his firm grip on power with a new core leadership team filled with his loyalists. Over the last several years, Xi has shown a preference for greater state involvement in the economy. “Close relationships with Xi notwithstanding, Li Qiang, Li Xi, and Cai Qi all enter the [Politburo standing committee] after heading up rich provinces where economic growth is still the top priority,” Teneo Managing Director Gabriel Wildau and a team said in a note."
|
| 5 |
tags:
|
| 6 |
- t5
|
| 7 |
+
- finbert
|
| 8 |
+
- financial-sentiment-analysis
|
| 9 |
license:
|
| 10 |
- apache-2.0
|
| 11 |
---
|