juancavallotti commited on
Commit
f8e09ad
1 Parent(s): 3d75fc9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.0654
18
 
19
  ## Model description
20
 
@@ -39,20 +39,16 @@ 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: 8
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:------:|:---------------:|
48
- | 1.4348 | 1.0 | 29539 | 1.3527 |
49
- | 1.2839 | 2.0 | 59078 | 1.2602 |
50
- | 1.2093 | 3.0 | 88617 | 1.1843 |
51
- | 1.1824 | 4.0 | 118156 | 1.1563 |
52
- | 1.1019 | 5.0 | 147695 | 1.1089 |
53
- | 1.1 | 6.0 | 177234 | 1.0874 |
54
- | 1.0624 | 7.0 | 206773 | 1.0701 |
55
- | 1.0421 | 8.0 | 236312 | 1.0654 |
56
 
57
 
58
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.9495
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: 4
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:------:|:---------------:|
48
+ | 1.2324 | 1.0 | 173063 | 1.1395 |
49
+ | 1.1025 | 2.0 | 346126 | 1.0549 |
50
+ | 0.9952 | 3.0 | 519189 | 0.9814 |
51
+ | 1.029 | 4.0 | 692252 | 0.9495 |
 
 
 
 
52
 
53
 
54
  ### Framework versions