Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ tags:
|
|
| 21 |
- sentiment-analysis
|
| 22 |
- deberta-finetune
|
| 23 |
---
|
| 24 |
-
#
|
| 25 |
|
| 26 |
This model is a fine-tuned version of `yangheng/deberta-v3-base-end2end-absa` for Aspect-Based Sentiment Analysis (ABSA).
|
| 27 |
It performs end-to-end ABSA by jointly extracting aspect terms and their sentiments using a single token-classification head. Labels follow an IOB-with-sentiment format, for example `B-ASP-Positive`, `I-ASP-Negative`, or `O` for non-aspect tokens.
|
|
|
|
| 21 |
- sentiment-analysis
|
| 22 |
- deberta-finetune
|
| 23 |
---
|
| 24 |
+
# Finetuned Deberta End-to-End Aspect-based Sentiment Analysis
|
| 25 |
|
| 26 |
This model is a fine-tuned version of `yangheng/deberta-v3-base-end2end-absa` for Aspect-Based Sentiment Analysis (ABSA).
|
| 27 |
It performs end-to-end ABSA by jointly extracting aspect terms and their sentiments using a single token-classification head. Labels follow an IOB-with-sentiment format, for example `B-ASP-Positive`, `I-ASP-Negative`, or `O` for non-aspect tokens.
|