DunnBC22 commited on
Commit
31cdea6
·
1 Parent(s): e992833

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 [mnaylor/mega-base-wikitext](https://huggi
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.0031
23
  - Accuracy: 0.5014
24
- - Weighted f1: 0.4023
25
- - Micro f1: 0.5014
26
- - Macro f1: 0.3282
27
- - Weighted recall: 0.5014
28
- - Micro recall: 0.5014
29
- - Macro recall: 0.3835
30
- - Weighted precision: 0.5783
31
- - Micro precision: 0.5014
32
- - Macro precision: 0.4548
 
 
 
33
 
34
  ## Model description
35
 
@@ -68,7 +71,7 @@ The following hyperparameters were used during training:
68
 
69
  ### Training results
70
 
71
- | 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 |
72
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
73
  | 1.2255 | 1.0 | 133 | 1.1365 | 0.4134 | 0.2437 | 0.4134 | 0.1487 | 0.4134 | 0.4134 | 0.2507 | 0.2652 | 0.4134 | 0.2285 |
74
  | 1.1337 | 2.0 | 266 | 1.0851 | 0.4532 | 0.3257 | 0.4532 | 0.2539 | 0.4532 | 0.4532 | 0.3161 | 0.3015 | 0.4532 | 0.2705 |
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.0031
23
  - Accuracy: 0.5014
24
+ - F1
25
+ - Weighted: 0.4023
26
+ - Micro: 0.5014
27
+ - Macro: 0.3282
28
+ - Recall
29
+ - Weighted: 0.5014
30
+ - Micro: 0.5014
31
+ - Macro: 0.3835
32
+ - Precision
33
+ - Weighted: 0.5783
34
+ - Micro: 0.5014
35
+ - Macro: 0.4548
36
 
37
  ## Model description
38
 
 
71
 
72
  ### Training results
73
 
74
+ | 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 |
75
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
76
  | 1.2255 | 1.0 | 133 | 1.1365 | 0.4134 | 0.2437 | 0.4134 | 0.1487 | 0.4134 | 0.4134 | 0.2507 | 0.2652 | 0.4134 | 0.2285 |
77
  | 1.1337 | 2.0 | 266 | 1.0851 | 0.4532 | 0.3257 | 0.4532 | 0.2539 | 0.4532 | 0.4532 | 0.3161 | 0.3015 | 0.4532 | 0.2705 |