k4black commited on
Commit
b332b07
·
1 Parent(s): 4cf462b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.9419
20
- - F1: 0.4407
21
 
22
  ## Model description
23
 
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 2.0868 | 1.18 | 100 | 1.8746 | 0.1134 |
54
- | 1.7943 | 2.35 | 200 | 1.6306 | 0.1988 |
55
- | 1.6172 | 3.53 | 300 | 1.5104 | 0.2631 |
56
- | 1.441 | 4.71 | 400 | 1.3189 | 0.3199 |
57
- | 1.3075 | 5.88 | 500 | 1.1714 | 0.3731 |
58
- | 1.158 | 7.06 | 600 | 1.0743 | 0.4055 |
59
- | 1.0584 | 8.24 | 700 | 0.9954 | 0.4190 |
60
- | 0.9701 | 9.41 | 800 | 0.9419 | 0.4407 |
61
 
62
 
63
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.8972
20
+ - F1: 0.4508
21
 
22
  ## Model description
23
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 2.0897 | 1.18 | 100 | 1.8602 | 0.1447 |
54
+ | 1.766 | 2.35 | 200 | 1.5934 | 0.2428 |
55
+ | 1.5647 | 3.53 | 300 | 1.4075 | 0.2847 |
56
+ | 1.3879 | 4.71 | 400 | 1.2719 | 0.3176 |
57
+ | 1.2584 | 5.88 | 500 | 1.1372 | 0.3672 |
58
+ | 1.1227 | 7.06 | 600 | 1.0391 | 0.4094 |
59
+ | 1.018 | 8.24 | 700 | 0.9516 | 0.4273 |
60
+ | 0.9416 | 9.41 | 800 | 0.8972 | 0.4508 |
61
 
62
 
63
  ### Framework versions