FuuToru commited on
Commit
b051a4f
1 Parent(s): 0aaa9bd

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.1959
19
 
20
  ## Model description
21
 
@@ -44,11 +44,11 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:-----:|:---------------:|
49
- | 0.2298 | 1.0 | 8627 | 0.2187 |
50
- | 0.1818 | 2.0 | 17254 | 0.1918 |
51
- | 0.1503 | 3.0 | 25881 | 0.1959 |
52
 
53
 
54
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.2637
19
 
20
  ## Model description
21
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.2552 | 1.0 | 2137 | 0.2949 |
50
+ | 0.2143 | 2.0 | 4274 | 0.2465 |
51
+ | 0.1537 | 3.0 | 6411 | 0.2637 |
52
 
53
 
54
  ### Framework versions