Update README.md
Browse files
README.md
CHANGED
@@ -22,19 +22,12 @@ model-index:
|
|
22 |
|
23 |
# uzroberta-sentiment-analysis
|
24 |
|
25 |
-
This is a roBERTa-base model trained on ~23K reviews(
|
26 |
|
27 |
<b>Labels</b>:
|
28 |
0 -> Negative;
|
29 |
1 -> Positive
|
30 |
|
31 |
-
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.5718
|
33 |
-
- Precision: 0.9113
|
34 |
-
- Recall: 0.8869
|
35 |
-
- F1 Score: 0.8989
|
36 |
-
- Accuracy: 0.896
|
37 |
-
|
38 |
## Model description
|
39 |
|
40 |
This model is a fine-tuned version of [rifkat/uztext-3Gb-BPE-Roberta](https://huggingface.co/rifkat/uztext-3Gb-BPE-Roberta) on the [Uzbek App reviews for Sentiment Classification](https://github.com/SanatbekMatlatipov/uzbek-sentiment-analysis) dataset. It achieves the following results on the evaluation set:
|
|
|
22 |
|
23 |
# uzroberta-sentiment-analysis
|
24 |
|
25 |
+
This is a roBERTa-base model trained on ~23K reviews (more than 323K words) and finetuned for sentiment analysis of customer reviews. This model is built as part of author's project at the Uz-NLP 2022 Hackathon and it is suitable for Uzbek language.
|
26 |
|
27 |
<b>Labels</b>:
|
28 |
0 -> Negative;
|
29 |
1 -> Positive
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Model description
|
32 |
|
33 |
This model is a fine-tuned version of [rifkat/uztext-3Gb-BPE-Roberta](https://huggingface.co/rifkat/uztext-3Gb-BPE-Roberta) on the [Uzbek App reviews for Sentiment Classification](https://github.com/SanatbekMatlatipov/uzbek-sentiment-analysis) dataset. It achieves the following results on the evaluation set:
|