Update README.md
#3
by ReactionControl - opened
README.md
CHANGED
|
@@ -9,6 +9,8 @@ tags:
|
|
| 9 |
- sentiment-analysis
|
| 10 |
license:
|
| 11 |
- apache-2.0
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
## Model Description
|
| 14 |
FinABSA-Longer is a T5-Large model trained for Aspect-Based Sentiment Analysis(ABSA) tasks using [SEntFiN 1.0](https://asistdl.onlinelibrary.wiley.com/doi/10.1002/asi.24634?af=R) and additional augmentation techniques. It shows robust behavior to even longer sequences compared to the previous [FinABSA model](https://huggingface.co/amphora/FinABSA). By replacing the target aspect with a [TGT] token the model predicts the sentiment concentrating to the aspect.[GitHub Repo](https://github.com/guijinSON/FinABSA)
|
|
|
|
| 9 |
- sentiment-analysis
|
| 10 |
license:
|
| 11 |
- apache-2.0
|
| 12 |
+
base_model:
|
| 13 |
+
- amphora/FinABSA
|
| 14 |
---
|
| 15 |
## Model Description
|
| 16 |
FinABSA-Longer is a T5-Large model trained for Aspect-Based Sentiment Analysis(ABSA) tasks using [SEntFiN 1.0](https://asistdl.onlinelibrary.wiley.com/doi/10.1002/asi.24634?af=R) and additional augmentation techniques. It shows robust behavior to even longer sequences compared to the previous [FinABSA model](https://huggingface.co/amphora/FinABSA). By replacing the target aspect with a [TGT] token the model predicts the sentiment concentrating to the aspect.[GitHub Repo](https://github.com/guijinSON/FinABSA)
|