update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: sentiment-analysis-browser-extension
|
7 |
results: []
|
@@ -13,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# sentiment-analysis-browser-extension
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: sentiment-analysis-browser-extension
|
10 |
results: []
|
|
|
16 |
# sentiment-analysis-browser-extension
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7471
|
21 |
+
- Accuracy: 0.8154
|
22 |
+
- F1: 0.8500
|
23 |
|
24 |
## Model description
|
25 |
|