minhngca commited on
Commit
ab9fe63
·
verified ·
1 Parent(s): 7ab4ce6

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0662
20
- - Np: {'precision': 0.9635027246229882, 'recall': 0.9720020455126566, 'f1': 0.9677337236683001, 'number': 7822}
21
- - Overall Precision: 0.9635
22
- - Overall Recall: 0.9720
23
- - Overall F1: 0.9677
24
- - Overall Accuracy: 0.9817
25
 
26
  ## Model description
27
 
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Np | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
54
- |:-------------:|:-----:|:----:|:---------------:|:---------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
55
- | 0.064 | 1.0 | 3751 | 0.0662 | {'precision': 0.9635027246229882, 'recall': 0.9720020455126566, 'f1': 0.9677337236683001, 'number': 7822} | 0.9635 | 0.9720 | 0.9677 | 0.9817 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0673
20
+ - Np: {'precision': 0.9644760213143873, 'recall': 0.9718742009716185, 'f1': 0.968160978094753, 'number': 7822}
21
+ - Overall Precision: 0.9645
22
+ - Overall Recall: 0.9719
23
+ - Overall F1: 0.9682
24
+ - Overall Accuracy: 0.9813
25
 
26
  ## Model description
27
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Np | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
55
+ | 0.0646 | 1.0 | 3751 | 0.0673 | {'precision': 0.9644760213143873, 'recall': 0.9718742009716185, 'f1': 0.968160978094753, 'number': 7822} | 0.9645 | 0.9719 | 0.9682 | 0.9813 |
56
 
57
 
58
  ### Framework versions