DunnBC22 commited on
Commit
2d6213f
1 Parent(s): 4855c27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
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
- - Weighted f1: 0.9166
24
- - Micro f1: 0.9167
25
- - Macro f1: 0.8749
26
- - Weighted recall: 0.9167
27
- - Micro recall: 0.9167
28
- - Macro recall: 0.8684
29
- - Weighted precision: 0.9168
30
- - Micro precision: 0.9167
31
- - Macro precision: 0.8822
 
 
 
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 f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
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 |