Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
library_name: transformers
|
3 |
datasets:
|
4 |
- McAuley-Lab/Amazon-Reviews-2023
|
5 |
-
metrics:
|
6 |
-
- accuracy
|
7 |
license: mit
|
8 |
language:
|
9 |
- en
|
@@ -30,18 +28,18 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
30 |
- **Language(s) (NLP):** English
|
31 |
- **License:** MIT
|
32 |
- **Finetuned from model** microsoft/deberta-v3-base
|
33 |
-
## Metrics on Test Set
|
34 |
-
Accuracy-0.93 <br>
|
35 |
-
F1-0.93<br>
|
36 |
-
Precision-0.93<br>
|
37 |
-
Recall-0.93<br>
|
38 |
-
MCC-0.81<br>
|
39 |
-
Eval Loss-0.42 <br>
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
|
|
|
45 |
|
|
|
|
|
|
|
46 |
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
datasets:
|
4 |
- McAuley-Lab/Amazon-Reviews-2023
|
|
|
|
|
5 |
license: mit
|
6 |
language:
|
7 |
- en
|
|
|
28 |
- **Language(s) (NLP):** English
|
29 |
- **License:** MIT
|
30 |
- **Finetuned from model** microsoft/deberta-v3-base
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
+
## Label
|
33 |
|
34 |
+
0 --> Negative
|
35 |
+
1--> Neutral
|
36 |
+
2--> Positive
|
37 |
|
38 |
|
39 |
+
## Metrics on Test Set
|
40 |
+
Accuracy-0.93 <br>
|
41 |
+
F1-0.92<br>
|
42 |
+
Precision-0.92<br>
|
43 |
+
Recall-0.93<br>
|
44 |
+
MCC-0.81<br>
|
45 |
+
Eval Loss-0.42 <br>
|