DunnBC22 commited on
Commit
d1e90af
1 Parent(s): ca457ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -33,15 +33,18 @@ This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.c
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0436
35
  - Accuracy: 0.9865
36
- - Weighted f1: 0.9865
37
- - Micro f1: 0.9865
38
- - Macro f1: 0.9863
39
- - Weighted recall: 0.9865
40
- - Micro recall: 0.9865
41
- - Macro recall: 0.9861
42
- - Weighted precision: 0.9869
43
- - Micro precision: 0.9865
44
- - Macro precision: 0.9870
 
 
 
45
 
46
  ## Model description
47
 
@@ -73,7 +76,7 @@ The following hyperparameters were used during training:
73
 
74
  ### Training results
75
 
76
- | 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 |
77
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
78
  | 0.8316 | 0.99 | 62 | 0.7519 | 0.743 | 0.7020 | 0.743 | 0.7015 | 0.743 | 0.743 | 0.7430 | 0.6827 | 0.743 | 0.6819 |
79
  | 0.3561 | 2.0 | 125 | 0.2302 | 0.9395 | 0.9401 | 0.9395 | 0.9400 | 0.9395 | 0.9395 | 0.9394 | 0.9482 | 0.9395 | 0.9480 |
 
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0436
35
  - Accuracy: 0.9865
36
+ - F1
37
+ - Weighted: 0.9865
38
+ - Micro: 0.9865
39
+ - Macro: 0.9863
40
+ - Recall
41
+ - Weighted: 0.9865
42
+ - Micro: 0.9865
43
+ - Macro: 0.9861
44
+ - Precision
45
+ - Weighted: 0.9869
46
+ - Micro: 0.9865
47
+ - Macro: 0.9870
48
 
49
  ## Model description
50
 
 
76
 
77
  ### Training results
78
 
79
+ | 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 |
80
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
81
  | 0.8316 | 0.99 | 62 | 0.7519 | 0.743 | 0.7020 | 0.743 | 0.7015 | 0.743 | 0.743 | 0.7430 | 0.6827 | 0.743 | 0.6819 |
82
  | 0.3561 | 2.0 | 125 | 0.2302 | 0.9395 | 0.9401 | 0.9395 | 0.9400 | 0.9395 | 0.9395 | 0.9394 | 0.9482 | 0.9395 | 0.9480 |