update model card README.md
Browse files
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-
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 0.
|
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:
|
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
|