RKessler commited on
Commit
5315dbb
·
1 Parent(s): 72a5694

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6933
21
  - Accuracy: 0.5
22
 
23
  ## Model description
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 0.8 | 100 | 0.6966 | 0.5 |
53
  | No log | 1.6 | 200 | 0.6935 | 0.5 |
54
- | No log | 2.4 | 300 | 0.6987 | 0.5 |
55
- | No log | 3.2 | 400 | 0.7054 | 0.5 |
56
- | 0.7 | 4.0 | 500 | 0.6979 | 0.5 |
57
- | 0.7 | 4.8 | 600 | 0.6977 | 0.5 |
58
- | 0.7 | 5.6 | 700 | 0.6932 | 0.5 |
59
- | 0.7 | 6.4 | 800 | 0.6937 | 0.5 |
60
- | 0.7 | 7.2 | 900 | 0.6939 | 0.5 |
61
- | 0.6966 | 8.0 | 1000 | 0.6933 | 0.5 |
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6931
21
  - Accuracy: 0.5
22
 
23
  ## Model description
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 0.8 | 100 | 0.6953 | 0.5 |
53
  | No log | 1.6 | 200 | 0.6935 | 0.5 |
54
+ | No log | 2.4 | 300 | 0.6944 | 0.5 |
55
+ | No log | 3.2 | 400 | 0.7211 | 0.5 |
56
+ | 0.6989 | 4.0 | 500 | 0.6967 | 0.5 |
57
+ | 0.6989 | 4.8 | 600 | 0.6940 | 0.5 |
58
+ | 0.6989 | 5.6 | 700 | 0.6933 | 0.5 |
59
+ | 0.6989 | 6.4 | 800 | 0.6941 | 0.5 |
60
+ | 0.6989 | 7.2 | 900 | 0.6937 | 0.5 |
61
+ | 0.6965 | 8.0 | 1000 | 0.6931 | 0.5 |
62
 
63
 
64
  ### Framework versions