Mcy commited on
Commit
617ddba
·
1 Parent(s): 3083b30

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -18
README.md CHANGED
@@ -16,11 +16,11 @@ 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: 2.0911
20
- - Mse: 2.0911
21
- - Mae: 1.1038
22
- - R2: 0.7130
23
- - Accuracy: 0.4757
24
 
25
  ## Model description
26
 
@@ -45,22 +45,17 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 10
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
53
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:--------:|
54
- | 1.4606 | 1.0 | 1897 | 2.4983 | 2.4983 | 1.2018 | 0.6571 | 0.3745 |
55
- | 0.8186 | 2.0 | 3794 | 2.2750 | 2.2750 | 1.1567 | 0.6877 | 0.4441 |
56
- | 0.6563 | 3.0 | 5691 | 2.0911 | 2.0911 | 1.1038 | 0.7130 | 0.4757 |
57
- | 0.4981 | 4.0 | 7588 | 2.1422 | 2.1422 | 1.1253 | 0.7060 | 0.4631 |
58
- | 0.4029 | 5.0 | 9485 | 2.1098 | 2.1098 | 1.1153 | 0.7104 | 0.4335 |
59
- | 0.3188 | 6.0 | 11382 | 2.2132 | 2.2132 | 1.1358 | 0.6962 | 0.4219 |
60
- | 0.2744 | 7.0 | 13279 | 2.3058 | 2.3058 | 1.1678 | 0.6835 | 0.4188 |
61
- | 0.237 | 8.0 | 15176 | 2.2705 | 2.2705 | 1.1474 | 0.6884 | 0.4230 |
62
- | 0.2193 | 9.0 | 17073 | 2.2546 | 2.2546 | 1.1515 | 0.6906 | 0.4251 |
63
- | 0.1927 | 10.0 | 18970 | 2.2537 | 2.2537 | 1.1516 | 0.6907 | 0.4124 |
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: 55.2339
20
+ - Mse: 55.2339
21
+ - Mae: 5.3678
22
+ - R2: 0.6879
23
+ - Accuracy: 0.1888
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 5
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:--------:|
54
+ | 21.1293 | 1.0 | 1897 | 61.8443 | 61.8443 | 5.6934 | 0.6506 | 0.1624 |
55
+ | 16.6699 | 2.0 | 3794 | 55.2339 | 55.2339 | 5.3678 | 0.6879 | 0.1888 |
56
+ | 14.8768 | 3.0 | 5691 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
57
+ | 11.4835 | 4.0 | 7588 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
58
+ | 13.9168 | 5.0 | 9485 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
 
 
 
 
 
59
 
60
 
61
  ### Framework versions