brad1141 commited on
Commit
76d48dd
1 Parent(s): 18c0cce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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 the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6105
23
- - Precision: 0.8197
24
- - Recall: 0.8607
25
- - F1: 0.8397
26
- - Accuracy: 0.8027
27
 
28
  ## Model description
29
 
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.6273 | 1.0 | 1747 | 0.5978 | 0.8024 | 0.8562 | 0.8284 | 0.7881 |
58
- | 0.5232 | 2.0 | 3494 | 0.5584 | 0.8014 | 0.8828 | 0.8401 | 0.8010 |
59
- | 0.4425 | 3.0 | 5241 | 0.5564 | 0.8120 | 0.8754 | 0.8425 | 0.8042 |
60
- | 0.3718 | 4.0 | 6988 | 0.5855 | 0.8127 | 0.8741 | 0.8423 | 0.8045 |
61
- | 0.332 | 5.0 | 8735 | 0.6105 | 0.8197 | 0.8607 | 0.8397 | 0.8027 |
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.15.0
67
  - Pytorch 1.10.0+cu111
68
- - Datasets 1.18.0
69
- - Tokenizers 0.10.3
 
19
 
20
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.5907
23
+ - Precision: 0.5789
24
+ - Recall: 0.9167
25
+ - F1: 0.7097
26
+ - Accuracy: 0.8091
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.631 | 1.0 | 1747 | 0.5743 | 0.5789 | 0.9167 | 0.7097 | 0.7985 |
58
+ | 0.5177 | 2.0 | 3494 | 0.5425 | 0.3810 | 0.8889 | 0.5333 | 0.8088 |
59
+ | 0.4494 | 3.0 | 5241 | 0.5425 | 0.5652 | 0.9286 | 0.7027 | 0.8113 |
60
+ | 0.3763 | 4.0 | 6988 | 0.5653 | 0.5882 | 0.9091 | 0.7143 | 0.8080 |
61
+ | 0.335 | 5.0 | 8735 | 0.5907 | 0.5789 | 0.9167 | 0.7097 | 0.8091 |
62
 
63
 
64
  ### Framework versions
65
 
66
+ - Transformers 4.16.1
67
  - Pytorch 1.10.0+cu111
68
+ - Datasets 1.18.2
69
+ - Tokenizers 0.11.0