yangheng commited on
Commit
6913064
1 Parent(s): 8d792a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ metrics:
19
  - macro-f1
20
 
21
  ---
 
 
22
 
23
  # DeBERTa for aspect-based sentiment analysis
24
  The `deberta-v3-large-absa` model for aspect-based sentiment analysis, trained with English datasets from [ABSADatasets](https://github.com/yangheng95/ABSADatasets).
 
19
  - macro-f1
20
 
21
  ---
22
+ # Note
23
+ This model is training with 180k+ ABSA samples, see [ABSADatasets](https://github.com/yangheng95/ABSADatasets). Yet the test sets are not included in pre-training, so you can use this model for training and benchmarking on common ABSA datasets, e.g., Laptop14, Rest14 datasets. (Except for the Rest15 dataset!)
24
 
25
  # DeBERTa for aspect-based sentiment analysis
26
  The `deberta-v3-large-absa` model for aspect-based sentiment analysis, trained with English datasets from [ABSADatasets](https://github.com/yangheng95/ABSADatasets).