k4black commited on
Commit
d573623
1 Parent(s): 02bbe60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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.8972
20
- - F1: 0.4508
21
 
22
  ## Model description
23
 
@@ -43,21 +43,19 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5
46
- - num_epochs: 10
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
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
 
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: 1.8762
20
+ - F1: 0.1946
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5
46
+ - num_epochs: 12
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 2.1002 | 1.18 | 100 | 1.9982 | 0.1023 |
54
+ | 1.7832 | 2.35 | 200 | 1.8435 | 0.1310 |
55
+ | 1.57 | 3.53 | 300 | 1.8097 | 0.1552 |
56
+ | 1.3719 | 4.71 | 400 | 1.8216 | 0.1631 |
57
+ | 1.2072 | 5.88 | 500 | 1.8138 | 0.1811 |
58
+ | 1.0186 | 7.06 | 600 | 1.8762 | 0.1946 |
 
 
59
 
60
 
61
  ### Framework versions