mdroth commited on
Commit
fd9be50
1 Parent(s): 47bba3d
Files changed (1) hide show
  1. README.md +10 -10
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-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0609
24
- - Precision: 0.9387
25
- - Recall: 0.9517
26
- - F1: 0.9452
27
- - Accuracy: 0.9869
28
 
29
  ## Model description
30
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0806 | 1.0 | 1756 | 0.0714 | 0.9103 | 0.9357 | 0.9228 | 0.9821 |
59
- | 0.0405 | 2.0 | 3512 | 0.0578 | 0.9288 | 0.9487 | 0.9386 | 0.9862 |
60
- | 0.0243 | 3.0 | 5268 | 0.0609 | 0.9387 | 0.9517 | 0.9452 | 0.9869 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2040
24
+ - Precision: 0.8009
25
+ - Recall: 0.8341
26
+ - F1: 0.8171
27
+ - Accuracy: 0.9414
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.1983 | 1.0 | 16471 | 0.1868 | 0.7919 | 0.8142 | 0.8029 | 0.9382 |
59
+ | 0.1527 | 2.0 | 32942 | 0.1889 | 0.7951 | 0.8344 | 0.8143 | 0.9406 |
60
+ | 0.1142 | 3.0 | 49413 | 0.2040 | 0.8009 | 0.8341 | 0.8171 | 0.9414 |
61
 
62
 
63
  ### Framework versions