cgt commited on
Commit
d8db688
·
1 Parent(s): c888cef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [hfl/chinese-pert-large](https://huggingface.co/hfl/chinese-pert-large) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.6346
18
 
19
  ## Model description
20
 
@@ -39,17 +39,22 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 5
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 8 | 5.4312 |
49
- | No log | 2.0 | 16 | 4.7002 |
50
- | No log | 3.0 | 24 | 4.1183 |
51
- | No log | 4.0 | 32 | 3.7657 |
52
- | No log | 5.0 | 40 | 3.6346 |
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [hfl/chinese-pert-large](https://huggingface.co/hfl/chinese-pert-large) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.0106
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 8 | 5.5543 |
49
+ | No log | 2.0 | 16 | 4.7926 |
50
+ | No log | 3.0 | 24 | 4.0727 |
51
+ | No log | 4.0 | 32 | 3.4744 |
52
+ | No log | 5.0 | 40 | 3.0025 |
53
+ | No log | 6.0 | 48 | 2.5881 |
54
+ | No log | 7.0 | 56 | 2.2895 |
55
+ | No log | 8.0 | 64 | 2.1821 |
56
+ | No log | 9.0 | 72 | 2.0595 |
57
+ | No log | 10.0 | 80 | 2.0106 |
58
 
59
 
60
  ### Framework versions