grakshit commited on
Commit
353ffb9
·
1 Parent(s): fcaf9d4

End of training

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6078
21
  - Accuracy: 0.7015
22
 
23
  ## Model description
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 20 | 0.6109 | 0.7015 |
53
- | No log | 2.0 | 40 | 0.6078 | 0.7015 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.33.2
59
  - Pytorch 2.0.1+cu118
60
  - Datasets 2.14.5
61
  - Tokenizers 0.13.3
 
17
 
18
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6195
21
  - Accuracy: 0.7015
22
 
23
  ## Model description
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 20 | 0.6175 | 0.7015 |
53
+ | No log | 2.0 | 40 | 0.6195 | 0.7015 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.33.3
59
  - Pytorch 2.0.1+cu118
60
  - Datasets 2.14.5
61
  - Tokenizers 0.13.3