aaaacash commited on
Commit
1b968e4
1 Parent(s): d3b3c2d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -11,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # fine-tuned-bert-mini-5
13
 
14
- This model is a fine-tuned version of [mrm8488/bert-mini-5-finetuned-squadv2](https://huggingface.co/mrm8488/bert-mini-5-finetuned-squadv2) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.6331
17
 
18
  ## Model description
19
 
@@ -38,15 +38,14 @@ 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: 3
42
 
43
  ### Training results
44
 
45
- | Training Loss | Epoch | Step | Validation Loss |
46
- |:-------------:|:-----:|:-----:|:---------------:|
47
- | 0.773 | 1.0 | 3765 | 0.6395 |
48
- | 0.6525 | 2.0 | 7530 | 0.6417 |
49
- | 0.5553 | 3.0 | 11295 | 0.6331 |
50
 
51
 
52
  ### Framework versions
 
11
 
12
  # fine-tuned-bert-mini-5
13
 
14
+ This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.7607
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: 2
42
 
43
  ### Training results
44
 
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | 0.4197 | 1.0 | 3765 | 0.7540 |
48
+ | 0.4152 | 2.0 | 7530 | 0.7607 |
 
49
 
50
 
51
  ### Framework versions