rdchambers commited on
Commit
1c41819
1 Parent(s): e5abe70

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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.0210
23
- - Precision: 0.8694
24
- - Recall: 0.8778
25
- - F1: 0.8736
26
- - Accuracy: 0.9942
27
 
28
  ## Model description
29
 
@@ -54,14 +54,14 @@ 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 | 54 | 0.0310 | 0.7669 | 0.8039 | 0.7849 | 0.9916 |
58
- | No log | 2.0 | 108 | 0.0229 | 0.8571 | 0.8103 | 0.8331 | 0.9931 |
59
- | No log | 3.0 | 162 | 0.0210 | 0.8694 | 0.8778 | 0.8736 | 0.9942 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.11.3
65
- - Pytorch 1.10.0+cu111
66
- - Datasets 1.16.1
67
- - 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.0176
23
+ - Precision: 0.8418
24
+ - Recall: 0.8095
25
+ - F1: 0.8253
26
+ - Accuracy: 0.9937
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 48 | 0.0268 | 0.7280 | 0.7829 | 0.7544 | 0.9908 |
58
+ | No log | 2.0 | 96 | 0.0194 | 0.8295 | 0.8050 | 0.8171 | 0.9934 |
59
+ | No log | 3.0 | 144 | 0.0176 | 0.8418 | 0.8095 | 0.8253 | 0.9937 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.18.0
65
+ - Pytorch 1.11.0
66
+ - Datasets 2.1.0
67
+ - Tokenizers 0.12.1