arya555 commited on
Commit
0460470
·
1 Parent(s): 001930b

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: nan
24
- - Precision: 0.3143
25
- - Recall: 0.7097
26
- - F1: 0.4356
27
- - Accuracy: 0.9700
28
 
29
  ## Model description
30
 
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.1978 | 1.0 | 91 | nan | 0.2462 | 0.5161 | 0.3333 | 0.9763 |
59
- | 0.1749 | 2.0 | 182 | nan | 0.3182 | 0.6774 | 0.4330 | 0.9681 |
60
- | 0.0351 | 3.0 | 273 | nan | 0.2647 | 0.5806 | 0.3636 | 0.9779 |
61
- | 0.0434 | 4.0 | 364 | nan | 0.3143 | 0.7097 | 0.4356 | 0.9700 |
62
 
63
 
64
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1217
24
+ - Precision: 0.3878
25
+ - Recall: 0.7037
26
+ - F1: 0.5
27
+ - Accuracy: 0.9781
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.398 | 1.0 | 30 | 0.1426 | 0.1493 | 0.3704 | 0.2128 | 0.9649 |
59
+ | 0.1839 | 2.0 | 60 | 0.1316 | 0.2453 | 0.4815 | 0.325 | 0.9699 |
60
+ | 0.1011 | 3.0 | 90 | 0.1125 | 0.3878 | 0.7037 | 0.5 | 0.9779 |
61
+ | 0.1296 | 4.0 | 120 | 0.1217 | 0.3878 | 0.7037 | 0.5 | 0.9781 |
62
 
63
 
64
  ### Framework versions