sanjay7178 commited on
Commit
f11faa2
1 Parent(s): fefbe63

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9312964492155243
28
  - name: Recall
29
  type: recall
30
- value: 0.9490070683271625
31
  - name: F1
32
  type: f1
33
- value: 0.9400683504209385
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9867104256195914
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0573
47
- - Precision: 0.9313
48
- - Recall: 0.9490
49
- - F1: 0.9401
50
- - Accuracy: 0.9867
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.0896 | 1.0 | 1756 | 0.0694 | 0.9190 | 0.9332 | 0.9260 | 0.9829 |
82
- | 0.032 | 2.0 | 3512 | 0.0613 | 0.9289 | 0.9492 | 0.9389 | 0.9861 |
83
- | 0.0187 | 3.0 | 5268 | 0.0573 | 0.9313 | 0.9490 | 0.9401 | 0.9867 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9324078664683524
28
  - name: Recall
29
  type: recall
30
+ value: 0.9495119488387749
31
  - name: F1
32
  type: f1
33
+ value: 0.9408821812724089
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9862983457938423
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0616
47
+ - Precision: 0.9324
48
+ - Recall: 0.9495
49
+ - F1: 0.9409
50
+ - Accuracy: 0.9863
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0872 | 1.0 | 1756 | 0.0712 | 0.9173 | 0.9332 | 0.9252 | 0.9815 |
82
+ | 0.0333 | 2.0 | 3512 | 0.0648 | 0.9295 | 0.9493 | 0.9393 | 0.9861 |
83
+ | 0.0174 | 3.0 | 5268 | 0.0616 | 0.9324 | 0.9495 | 0.9409 | 0.9863 |
84
 
85
 
86
  ### Framework versions