lhy commited on
Commit
51d1559
·
1 Parent(s): ad75269

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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-1104144](https://huggingface.co/char-bert-base-uncased/checkpoint-1104144) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.1941
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: 15
42
 
43
  ### Training results
44
 
@@ -59,11 +59,16 @@ The following hyperparameters were used during training:
59
  | 0.2288 | 13.0 | 1196156 | 0.2004 |
60
  | 0.2208 | 14.0 | 1288168 | 0.2002 |
61
  | 0.2152 | 15.0 | 1380180 | 0.1941 |
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.18.0.dev0
67
  - Pytorch 1.9.0+cu111
68
- - Datasets 1.18.3
69
- - Tokenizers 0.11.6
 
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
  - 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
 
 
59
  | 0.2288 | 13.0 | 1196156 | 0.2004 |
60
  | 0.2208 | 14.0 | 1288168 | 0.2002 |
61
  | 0.2152 | 15.0 | 1380180 | 0.1941 |
62
+ | 0.2241 | 16.0 | 1472192 | 0.1940 |
63
+ | 0.2188 | 17.0 | 1564204 | 0.1954 |
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
70
 
71
+ - Transformers 4.20.1
72
  - Pytorch 1.9.0+cu111
73
+ - Datasets 2.3.2
74
+ - Tokenizers 0.12.1