atrytone commited on
Commit
c93a33a
1 Parent(s): ac621dc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 [deepset/minilm-uncased-squad2](https://huggingface.co/deepset/minilm-uncased-squad2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.6271
18
 
19
  ## Model description
20
 
@@ -33,7 +33,7 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 7e-07
37
  - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
@@ -45,9 +45,9 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 0.6696 | 1.0 | 578 | 0.6248 |
49
- | 0.6743 | 2.0 | 1156 | 0.6259 |
50
- | 0.6719 | 3.0 | 1734 | 0.6271 |
51
 
52
 
53
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [deepset/minilm-uncased-squad2](https://huggingface.co/deepset/minilm-uncased-squad2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.6181
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 5e-08
37
  - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.6694 | 1.0 | 578 | 0.6175 |
49
+ | 0.681 | 2.0 | 1156 | 0.6180 |
50
+ | 0.6829 | 3.0 | 1734 | 0.6181 |
51
 
52
 
53
  ### Framework versions