nutPace commited on
Commit
ce8d560
1 Parent(s): ee169b3

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 [bert-large-cased](https://huggingface.co/bert-large-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2679
24
- - Precision: 0.5644
25
- - Recall: 0.6628
26
- - F1: 0.6096
27
- - Accuracy: 0.9276
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.4603 | 1.0 | 746 | 0.2689 | 0.4275 | 0.6337 | 0.5105 | 0.9085 |
59
- | 0.2454 | 2.0 | 1492 | 0.2700 | 0.5389 | 0.5640 | 0.5511 | 0.9186 |
60
- | 0.0945 | 3.0 | 2238 | 0.2679 | 0.5644 | 0.6628 | 0.6096 | 0.9276 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-large-cased](https://huggingface.co/bert-large-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2253
24
+ - Precision: 0.6260
25
+ - Recall: 0.6749
26
+ - F1: 0.6495
27
+ - Accuracy: 0.9376
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.4658 | 1.0 | 746 | 0.2568 | 0.5354 | 0.5597 | 0.5473 | 0.9154 |
59
+ | 0.245 | 2.0 | 1492 | 0.2295 | 0.6059 | 0.6708 | 0.6367 | 0.9297 |
60
+ | 0.0948 | 3.0 | 2238 | 0.2253 | 0.6260 | 0.6749 | 0.6495 | 0.9376 |
61
 
62
 
63
  ### Framework versions