Update README.md
Browse files
README.md
CHANGED
@@ -20,15 +20,18 @@ This model is a fine-tuned version of [squeezebert/squeezebert-uncased](https://
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2643
|
22 |
- Accuracy: 0.9167
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
|
|
|
|
|
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -67,7 +70,7 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
72 |
| 0.8756 | 1.0 | 133 | 0.4529 | 0.8699 | 0.8557 | 0.8699 | 0.6560 | 0.8699 | 0.8699 | 0.6727 | 0.8437 | 0.8699 | 0.6414 |
|
73 |
| 0.4097 | 2.0 | 266 | 0.3196 | 0.9026 | 0.8982 | 0.9026 | 0.7826 | 0.9026 | 0.9026 | 0.7635 | 0.9059 | 0.9026 | 0.8743 |
|
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2643
|
22 |
- Accuracy: 0.9167
|
23 |
+
- F1
|
24 |
+
- Weighted: 0.9166
|
25 |
+
- Micro: 0.9167
|
26 |
+
- Macro: 0.8749
|
27 |
+
- Recall
|
28 |
+
- Weighted: 0.9167
|
29 |
+
- Micro: 0.9167
|
30 |
+
- Macro: 0.8684
|
31 |
+
- Precision
|
32 |
+
- Weighted: 0.9168
|
33 |
+
- Micro: 0.9167
|
34 |
+
- Macro: 0.8822
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
70 |
|
71 |
### Training results
|
72 |
|
73 |
+
| 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 |
|
74 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
75 |
| 0.8756 | 1.0 | 133 | 0.4529 | 0.8699 | 0.8557 | 0.8699 | 0.6560 | 0.8699 | 0.8699 | 0.6727 | 0.8437 | 0.8699 | 0.6414 |
|
76 |
| 0.4097 | 2.0 | 266 | 0.3196 | 0.9026 | 0.8982 | 0.9026 | 0.7826 | 0.9026 | 0.9026 | 0.7635 | 0.9059 | 0.9026 | 0.8743 |
|