lhy commited on
Commit
51aa378
·
1 Parent(s): 0eac5a8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -11,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # char-bert-base-uncased
13
 
14
- This model is a fine-tuned version of [char-bert-base-uncased/checkpoint-1472192](https://huggingface.co/char-bert-base-uncased/checkpoint-1472192) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.1863
17
 
18
  ## Model description
19
 
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 20
42
 
43
  ### Training results
44
 
@@ -64,6 +64,11 @@ The following hyperparameters were used during training:
64
  | 0.2132 | 18.0 | 1656216 | 0.1968 |
65
  | 0.2077 | 19.0 | 1748228 | 0.1887 |
66
  | 0.2036 | 20.0 | 1840240 | 0.1863 |
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
11
 
12
  # char-bert-base-uncased
13
 
14
+ This model is a fine-tuned version of [char-bert-base-uncased/checkpoint-1840240](https://huggingface.co/char-bert-base-uncased/checkpoint-1840240) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.1760
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 25
42
 
43
  ### Training results
44
 
 
64
  | 0.2132 | 18.0 | 1656216 | 0.1968 |
65
  | 0.2077 | 19.0 | 1748228 | 0.1887 |
66
  | 0.2036 | 20.0 | 1840240 | 0.1863 |
67
+ | 0.2109 | 21.0 | 1932252 | 0.2009 |
68
+ | 0.2075 | 22.0 | 2024264 | 0.1840 |
69
+ | 0.2031 | 23.0 | 2116276 | 0.1884 |
70
+ | 0.1992 | 24.0 | 2208288 | 0.1902 |
71
+ | 0.196 | 25.0 | 2300300 | 0.1760 |
72
 
73
 
74
  ### Framework versions