jefryelb commited on
Commit
b6664e4
1 Parent(s): 7c3e1d2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5193
21
- - Accuracy: 0.8848
22
- - F1: 0.9168
23
 
24
  ## Model description
25
 
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | No log | 1.0 | 230 | 0.3220 | 0.8824 | 0.9143 |
54
- | No log | 2.0 | 460 | 0.2908 | 0.8824 | 0.9155 |
55
- | 0.3802 | 3.0 | 690 | 0.5193 | 0.8848 | 0.9168 |
56
- | 0.3802 | 4.0 | 920 | 0.7482 | 0.875 | 0.9088 |
57
- | 0.1052 | 5.0 | 1150 | 0.8090 | 0.8701 | 0.9059 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6790
21
+ - Accuracy: 0.8824
22
+ - F1: 0.9161
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | No log | 1.0 | 230 | 0.4008 | 0.8725 | 0.9113 |
54
+ | No log | 2.0 | 460 | 0.4873 | 0.8799 | 0.9114 |
55
+ | 0.1743 | 3.0 | 690 | 0.6790 | 0.8824 | 0.9161 |
56
+ | 0.1743 | 4.0 | 920 | 0.7307 | 0.8775 | 0.9117 |
57
+ | 0.0455 | 5.0 | 1150 | 0.7307 | 0.8775 | 0.9117 |
58
 
59
 
60
  ### Framework versions