S2312dal commited on
Commit
0304ba2
·
1 Parent(s): 65f29b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0088
20
- - Pearson: 0.9821
21
- - Spearmanr: 0.9121
22
 
23
  ## Model description
24
 
@@ -38,29 +38,24 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 3e-05
41
- - train_batch_size: 16
42
- - eval_batch_size: 16
43
  - seed: 25
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 8.0
47
- - num_epochs: 10
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
54
- | 0.0321 | 1.0 | 131 | 0.0365 | 0.9196 | 0.8640 |
55
- | 0.0318 | 2.0 | 262 | 0.0347 | 0.9337 | 0.8884 |
56
- | 0.0044 | 3.0 | 393 | 0.0134 | 0.9667 | 0.9075 |
57
- | 0.0018 | 4.0 | 524 | 0.0140 | 0.9695 | 0.9089 |
58
- | 0.0043 | 5.0 | 655 | 0.0088 | 0.9807 | 0.9118 |
59
- | 0.0015 | 6.0 | 786 | 0.0103 | 0.9780 | 0.9118 |
60
- | 0.0004 | 7.0 | 917 | 0.0119 | 0.9809 | 0.9121 |
61
- | 0.0055 | 8.0 | 1048 | 0.0096 | 0.9820 | 0.9121 |
62
- | 0.0077 | 9.0 | 1179 | 0.0086 | 0.9823 | 0.9121 |
63
- | 0.0 | 10.0 | 1310 | 0.0088 | 0.9821 | 0.9121 |
64
 
65
 
66
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0102
20
+ - Pearson: 0.9770
21
+ - Spearmanr: 0.9063
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 3e-05
41
+ - train_batch_size: 20
42
+ - eval_batch_size: 20
43
  - seed: 25
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 6.0
47
+ - num_epochs: 5
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
54
+ | 0.0241 | 1.0 | 105 | 0.0276 | 0.9385 | 0.8944 |
55
+ | 0.011 | 2.0 | 210 | 0.0130 | 0.9693 | 0.9099 |
56
+ | 0.0027 | 3.0 | 315 | 0.0113 | 0.9725 | 0.9052 |
57
+ | 0.0031 | 4.0 | 420 | 0.0101 | 0.9759 | 0.9053 |
58
+ | 0.0014 | 5.0 | 525 | 0.0102 | 0.9770 | 0.9063 |
 
 
 
 
 
59
 
60
 
61
  ### Framework versions