atiiisham988 commited on
Commit
f966bfc
·
1 Parent(s): d4ccaed

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.9295125164690382
28
  - name: Recall
29
  type: recall
30
- value: 0.9498485358465163
31
  - name: F1
32
  type: f1
33
- value: 0.939570501082071
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9863866486136458
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.0618
47
- - Precision: 0.9295
48
- - Recall: 0.9498
49
- - F1: 0.9396
50
- - Accuracy: 0.9864
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.0907 | 1.0 | 1756 | 0.0672 | 0.9137 | 0.9322 | 0.9229 | 0.9822 |
82
- | 0.0346 | 2.0 | 3512 | 0.0616 | 0.9294 | 0.9487 | 0.9390 | 0.9860 |
83
- | 0.0181 | 3.0 | 5268 | 0.0618 | 0.9295 | 0.9498 | 0.9396 | 0.9864 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.932077342588002
28
  - name: Recall
29
  type: recall
30
+ value: 0.9491753618310333
31
  - name: F1
32
  type: f1
33
+ value: 0.940548653381139
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9859745687878966
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.0637
47
+ - Precision: 0.9321
48
+ - Recall: 0.9492
49
+ - F1: 0.9405
50
+ - Accuracy: 0.9860
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0887 | 1.0 | 1756 | 0.0657 | 0.9155 | 0.9322 | 0.9238 | 0.9819 |
82
+ | 0.0334 | 2.0 | 3512 | 0.0653 | 0.9263 | 0.9470 | 0.9365 | 0.9855 |
83
+ | 0.0179 | 3.0 | 5268 | 0.0637 | 0.9321 | 0.9492 | 0.9405 | 0.9860 |
84
 
85
 
86
  ### Framework versions