ali2066 commited on
Commit
b3e8cf1
1 Parent(s): d95ce85

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5512
23
- - Precision: 0.8868
24
- - Recall: 0.9048
25
- - F1: 0.8957
26
- - Accuracy: 0.8321
27
 
28
  ## Model description
29
 
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 130 | 0.4901 | 0.875 | 0.8422 | 0.8583 | 0.7744 |
58
- | No log | 2.0 | 260 | 0.4580 | 0.8877 | 0.8663 | 0.8769 | 0.8026 |
59
- | No log | 3.0 | 390 | 0.4147 | 0.8725 | 0.9519 | 0.9105 | 0.8482 |
60
- | 0.3926 | 4.0 | 520 | 0.4996 | 0.8776 | 0.9198 | 0.8982 | 0.8308 |
61
- | 0.3926 | 5.0 | 650 | 0.6170 | 0.8777 | 0.8824 | 0.88 | 0.8048 |
62
 
63
 
64
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4834
23
+ - Precision: 0.8079
24
+ - Recall: 1.0
25
+ - F1: 0.8938
26
+ - Accuracy: 0.8079
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 13 | 0.3520 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
58
+ | No log | 2.0 | 26 | 0.3761 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
59
+ | No log | 3.0 | 39 | 0.3683 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
60
+ | No log | 4.0 | 52 | 0.3767 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
61
+ | No log | 5.0 | 65 | 0.3834 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
62
 
63
 
64
  ### Framework versions