DunnBC22 commited on
Commit
601e6cc
1 Parent(s): 4d42d04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -21,15 +21,18 @@ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0595
23
  - Accuracy: 0.9971
24
- - Weighted f1: 0.9971
25
- - Micro f1: 0.9971
26
- - Macro f1: 0.9977
27
- - Weighted recall: 0.9971
28
- - Micro recall: 0.9971
29
- - Macro recall: 0.9974
30
- - Weighted precision: 0.9971
31
- - Micro precision: 0.9971
32
- - Macro precision: 0.9981
 
 
 
33
 
34
  ## Model description
35
 
@@ -72,7 +75,7 @@ The following hyperparameters were used during training:
72
 
73
  ### Training results
74
 
75
- | 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 |
76
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
77
  | 1.0783 | 1.0 | 128 | 0.1544 | 0.9823 | 0.9819 | 0.9823 | 0.9806 | 0.9823 | 0.9823 | 0.9798 | 0.9847 | 0.9823 | 0.9852 |
78
  | 0.1189 | 2.0 | 256 | 0.0595 | 0.9971 | 0.9971 | 0.9971 | 0.9977 | 0.9971 | 0.9971 | 0.9974 | 0.9971 | 0.9971 | 0.9981 |
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0595
23
  - Accuracy: 0.9971
24
+ - F1
25
+ - Weighted: 0.9971
26
+ - Micro: 0.9971
27
+ - Macro: 0.9977
28
+ - Recall
29
+ - Weighted: 0.9971
30
+ - Micro: 0.9971
31
+ - Macro: 0.9974
32
+ - Precision
33
+ - Weighted: 0.9971
34
+ - Micro: 0.9971
35
+ - Macro: 0.9981
36
 
37
  ## Model description
38
 
 
75
 
76
  ### Training results
77
 
78
+ | 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 |
79
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
80
  | 1.0783 | 1.0 | 128 | 0.1544 | 0.9823 | 0.9819 | 0.9823 | 0.9806 | 0.9823 | 0.9823 | 0.9798 | 0.9847 | 0.9823 | 0.9852 |
81
  | 0.1189 | 2.0 | 256 | 0.0595 | 0.9971 | 0.9971 | 0.9971 | 0.9977 | 0.9971 | 0.9971 | 0.9974 | 0.9971 | 0.9971 | 0.9981 |