Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,8 @@ pipeline_tag: text-classification
|
|
30 |
|
31 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on the dataset [Sp1786/multiclass-sentiment-analysis-dataset] (https://huggingface.co/datasets/Sp1786/multiclass-sentiment-analysis-dataset).
|
32 |
|
|
|
|
|
33 |
## Metrics and results:
|
34 |
|
35 |
It achieves the following results on the evaluation set:
|
@@ -51,7 +53,6 @@ The following hyperparameters were used during training:
|
|
51 |
- learning_rate: 2e-05
|
52 |
- train_batch_size: 16
|
53 |
- eval_batch_size: 16
|
54 |
-
- seed: 42
|
55 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
56 |
- lr_scheduler_type: linear
|
57 |
- num_epochs: 8
|
|
|
30 |
|
31 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on the dataset [Sp1786/multiclass-sentiment-analysis-dataset] (https://huggingface.co/datasets/Sp1786/multiclass-sentiment-analysis-dataset).
|
32 |
|
33 |
+
The text classification task in this model is based on 3 sentiment labels.
|
34 |
+
|
35 |
## Metrics and results:
|
36 |
|
37 |
It achieves the following results on the evaluation set:
|
|
|
53 |
- learning_rate: 2e-05
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
|
|
56 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
57 |
- lr_scheduler_type: linear
|
58 |
- num_epochs: 8
|