sajida-dev commited on
Commit
870fb6e
·
verified ·
1 Parent(s): 78ab484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tags:
21
  - sentiment-analysis
22
  - deberta-finetune
23
  ---
24
- # Multilingual 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.
 
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.