tushar-rishav commited on
Commit
ddd26cc
·
1 Parent(s): a17eaec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1186
23
- - Precision: 0.7804
24
- - Recall: 0.8401
25
- - F1: 0.8091
26
- - Accuracy: 0.9720
27
 
28
  ## Model description
29
 
@@ -54,10 +54,10 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.1234 | 1.0 | 1380 | 0.1014 | 0.6695 | 0.8030 | 0.7302 | 0.9622 |
58
- | 0.0659 | 2.0 | 2760 | 0.0963 | 0.7225 | 0.8438 | 0.7785 | 0.9677 |
59
- | 0.037 | 3.0 | 4140 | 0.0976 | 0.7614 | 0.8322 | 0.7952 | 0.9706 |
60
- | 0.0205 | 4.0 | 5520 | 0.1186 | 0.7804 | 0.8401 | 0.8091 | 0.9720 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1196
23
+ - Precision: 0.7872
24
+ - Recall: 0.8292
25
+ - F1: 0.8077
26
+ - Accuracy: 0.9722
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.1243 | 1.0 | 1380 | 0.0932 | 0.6752 | 0.8222 | 0.7415 | 0.9635 |
58
+ | 0.0624 | 2.0 | 2760 | 0.0890 | 0.7298 | 0.8368 | 0.7797 | 0.9686 |
59
+ | 0.0405 | 3.0 | 4140 | 0.1029 | 0.7792 | 0.8356 | 0.8064 | 0.9715 |
60
+ | 0.0226 | 4.0 | 5520 | 0.1196 | 0.7872 | 0.8292 | 0.8077 | 0.9722 |
61
 
62
 
63
  ### Framework versions