ui-chope commited on
Commit
55b5b2c
1 Parent(s): 00831c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0768
22
- - Precision: 0.9783
23
- - Recall: 0.9739
24
- - F1: 0.9761
25
- - Accuracy: 0.9865
26
 
27
  ## Model description
28
 
@@ -53,17 +53,17 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | 0.0109 | 1.0 | 5372 | 0.0469 | 0.9828 | 0.9799 | 0.9813 | 0.9901 |
57
- | 0.0068 | 2.0 | 10744 | 0.0598 | 0.9790 | 0.9761 | 0.9776 | 0.9885 |
58
- | 0.0032 | 3.0 | 16116 | 0.1658 | 0.9715 | 0.9679 | 0.9697 | 0.9839 |
59
- | 0.0048 | 4.0 | 21488 | 0.1680 | 0.9774 | 0.9679 | 0.9726 | 0.9835 |
60
- | 0.0055 | 5.0 | 26860 | 0.0526 | 0.9835 | 0.9806 | 0.9821 | 0.9911 |
61
- | 0.0034 | 6.0 | 32232 | 0.0569 | 0.9813 | 0.9776 | 0.9794 | 0.9906 |
62
- | 0.0024 | 7.0 | 37604 | 0.0671 | 0.9820 | 0.9784 | 0.9802 | 0.9906 |
63
- | 0.0021 | 8.0 | 42976 | 0.0606 | 0.9835 | 0.9776 | 0.9805 | 0.9908 |
64
- | 0.0022 | 9.0 | 48348 | 0.0658 | 0.9857 | 0.9806 | 0.9832 | 0.9911 |
65
- | 0.002 | 10.0 | 53720 | 0.1342 | 0.9767 | 0.9716 | 0.9742 | 0.9857 |
66
- | 0.0017 | 11.0 | 59092 | 0.0768 | 0.9783 | 0.9739 | 0.9761 | 0.9865 |
67
 
68
 
69
  ### Framework versions
 
18
 
19
  This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1660
22
+ - Precision: 0.9701
23
+ - Recall: 0.9679
24
+ - F1: 0.9690
25
+ - Accuracy: 0.9863
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | 0.0091 | 1.0 | 5372 | 0.1034 | 0.9693 | 0.9649 | 0.9671 | 0.9858 |
57
+ | 0.0052 | 2.0 | 10744 | 0.1362 | 0.9715 | 0.9679 | 0.9697 | 0.9868 |
58
+ | 0.0064 | 3.0 | 16116 | 0.1415 | 0.9715 | 0.9657 | 0.9686 | 0.9844 |
59
+ | 0.0026 | 4.0 | 21488 | 0.1629 | 0.9709 | 0.9701 | 0.9705 | 0.9870 |
60
+ | 0.0034 | 5.0 | 26860 | 0.1345 | 0.9737 | 0.9687 | 0.9712 | 0.9851 |
61
+ | 0.0019 | 6.0 | 32232 | 0.1297 | 0.9700 | 0.9649 | 0.9675 | 0.9841 |
62
+ | 0.0031 | 7.0 | 37604 | 0.1543 | 0.9716 | 0.9701 | 0.9709 | 0.9868 |
63
+ | 0.0021 | 8.0 | 42976 | 0.0605 | 0.9782 | 0.9716 | 0.9749 | 0.9903 |
64
+ | 0.0023 | 9.0 | 48348 | 0.1506 | 0.9731 | 0.9701 | 0.9716 | 0.9877 |
65
+ | 0.0021 | 10.0 | 53720 | 0.1714 | 0.9693 | 0.9672 | 0.9682 | 0.9860 |
66
+ | 0.0015 | 11.0 | 59092 | 0.1660 | 0.9701 | 0.9679 | 0.9690 | 0.9863 |
67
 
68
 
69
  ### Framework versions