ogimgio commited on
Commit
3fdec6e
1 Parent(s): e24f208

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
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 [vasugoel/K-12BERT](https://huggingface.co/vasugoel/K-12BERT) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5085
18
 
19
  ## Model description
20
 
@@ -39,13 +39,26 @@ 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: constant
42
- - num_epochs: 1
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 0.9885 | 1.0 | 244 | 0.5311 |
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [vasugoel/K-12BERT](https://huggingface.co/vasugoel/K-12BERT) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.2926
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: constant
42
+ - num_epochs: 30
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 1.0129 | 1.0 | 244 | 0.4501 |
49
+ | 0.5275 | 2.0 | 488 | 0.5272 |
50
+ | 0.3624 | 3.0 | 732 | 0.3435 |
51
+ | 0.3053 | 4.0 | 976 | 0.2740 |
52
+ | 0.2485 | 5.0 | 1220 | 0.2465 |
53
+ | 0.2157 | 6.0 | 1464 | 0.2992 |
54
+ | 0.1942 | 7.0 | 1708 | 0.2495 |
55
+ | 0.1751 | 8.0 | 1952 | 0.2605 |
56
+ | 0.175 | 9.0 | 2196 | 0.2192 |
57
+ | 0.1553 | 10.0 | 2440 | 0.2790 |
58
+ | 0.1449 | 11.0 | 2684 | 0.2566 |
59
+ | 0.1472 | 12.0 | 2928 | 0.2547 |
60
+ | 0.1443 | 13.0 | 3172 | 0.2600 |
61
+ | 0.1375 | 14.0 | 3416 | 0.3310 |
62
 
63
 
64
  ### Framework versions