Update README.md
Browse files
README.md
CHANGED
@@ -5,29 +5,33 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: bert-large-uncased-Fake_Reviews_Classifier
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
-
|
16 |
# bert-large-uncased-Fake_Reviews_Classifier
|
17 |
|
18 |
-
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased)
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.5336
|
21 |
- Accuracy: 0.8381
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
-
|
|
|
|
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -56,7 +60,7 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted
|
60 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
61 |
| 0.633 | 1.0 | 10438 | 0.5608 | 0.8261 | 0.7914 | 0.8261 | 0.5745 | 0.8261 | 0.8261 | 0.5643 | 0.7844 | 0.8261 | 0.6542 |
|
62 |
| 0.6029 | 2.0 | 20876 | 0.6490 | 0.8331 | 0.7724 | 0.8331 | 0.5060 | 0.8331 | 0.8331 | 0.5239 | 0.7892 | 0.8331 | 0.6929 |
|
@@ -70,4 +74,4 @@ The following hyperparameters were used during training:
|
|
70 |
- Transformers 4.31.0
|
71 |
- Pytorch 2.0.1
|
72 |
- Datasets 2.13.1
|
73 |
-
- Tokenizers 0.13.3
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
- precision
|
11 |
model-index:
|
12 |
- name: bert-large-uncased-Fake_Reviews_Classifier
|
13 |
results: []
|
14 |
---
|
15 |
|
|
|
|
|
|
|
16 |
# bert-large-uncased-Fake_Reviews_Classifier
|
17 |
|
18 |
+
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased).
|
19 |
+
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.5336
|
22 |
- Accuracy: 0.8381
|
23 |
+
- F1
|
24 |
+
- Weighted: 0.8142
|
25 |
+
- Micro: 0.8381
|
26 |
+
- Macro: 0.6308
|
27 |
+
- Recall
|
28 |
+
- Weighted: 0.8381
|
29 |
+
- Micro: 0.8381
|
30 |
+
- Macro: 0.6090
|
31 |
+
- Precision
|
32 |
+
- Weighted: 0.8101
|
33 |
+
- Micro: 0.8381
|
34 |
+
- Macro: 0.7029
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
|
64 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
65 |
| 0.633 | 1.0 | 10438 | 0.5608 | 0.8261 | 0.7914 | 0.8261 | 0.5745 | 0.8261 | 0.8261 | 0.5643 | 0.7844 | 0.8261 | 0.6542 |
|
66 |
| 0.6029 | 2.0 | 20876 | 0.6490 | 0.8331 | 0.7724 | 0.8331 | 0.5060 | 0.8331 | 0.8331 | 0.5239 | 0.7892 | 0.8331 | 0.6929 |
|
|
|
74 |
- Transformers 4.31.0
|
75 |
- Pytorch 2.0.1
|
76 |
- Datasets 2.13.1
|
77 |
+
- Tokenizers 0.13.3
|