DunnBC22 commited on
Commit
742b1c8
1 Parent(s): 14ded4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -32,9 +32,10 @@ This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.c
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.1958
34
  - Accuracy: 0.9419
35
- - Weighted f1: 0.9403
36
- - Micro f1: 0.9419
37
- - Macro f1: 0.9278
 
38
 
39
  ## Model description
40
 
@@ -66,7 +67,7 @@ The following hyperparameters were used during training:
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|
71
  | 1.9273 | 0.98 | 43 | 1.1368 | 0.5987 | 0.5462 | 0.5987 | 0.5175 |
72
  | 1.0685 | 1.98 | 86 | 0.5244 | 0.8248 | 0.7939 | 0.8248 | 0.7670 |
 
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.1958
34
  - Accuracy: 0.9419
35
+ - F1
36
+ - Weighted: 0.9403
37
+ - Micro: 0.9419
38
+ - Macro: 0.9278
39
 
40
  ## Model description
41
 
 
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|
72
  | 1.9273 | 0.98 | 43 | 1.1368 | 0.5987 | 0.5462 | 0.5987 | 0.5175 |
73
  | 1.0685 | 1.98 | 86 | 0.5244 | 0.8248 | 0.7939 | 0.8248 | 0.7670 |