delarosajav95 commited on
Commit
b0308f6
·
verified ·
1 Parent(s): 7a1f327

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ tags:
27
 
28
  # tw-roberta-base-sentiment-FT-v2
29
 
30
- This model is a second fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment), trained on the dataset [Sp1786/multiclass-sentiment-analysis-dataset](https://huggingface.co/datasets/Sp1786/multiclass-sentiment-analysis-dataset). It builds on the first iteration by incorporating optimized techniques. Specifically, the dataset proportions were adjusted to refine the division of the training, evaluation, and test sets, leading to a more balanced and representative fine-tuning process. Compared to the initial model, this version demonstrates improved performance, with enhanced accuracy and robustness for the task.
31
 
32
  As with the first fine-tuned version, the text classification task in this model is based on 3 sentiment labels: negative, neutral and positive.
33
 
 
27
 
28
  # tw-roberta-base-sentiment-FT-v2
29
 
30
+ This model is a second fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment), trained on the [Sp1786/multiclass-sentiment-analysis-dataset](https://huggingface.co/datasets/Sp1786/multiclass-sentiment-analysis-dataset). It builds on the first iteration by incorporating optimized techniques. Specifically, the dataset proportions were adjusted to refine the division of the training, evaluation, and test sets, leading to a more balanced and representative fine-tuning process. Compared to the initial model, this version demonstrates improved performance, with enhanced accuracy and robustness for the task.
31
 
32
  As with the first fine-tuned version, the text classification task in this model is based on 3 sentiment labels: negative, neutral and positive.
33