FatmaZahraZ commited on
Commit
c8ddc00
1 Parent(s): b656fc9

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.9288420359084171
28
  - name: Recall
29
  type: recall
30
- value: 0.9490070683271625
31
  - name: F1
32
  type: f1
33
- value: 0.9388162823607757
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9860040030611644
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.0617
47
- - Precision: 0.9288
48
- - Recall: 0.9490
49
- - F1: 0.9388
50
- - Accuracy: 0.9860
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.0894 | 1.0 | 1756 | 0.0675 | 0.9175 | 0.9322 | 0.9248 | 0.9818 |
82
- | 0.0328 | 2.0 | 3512 | 0.0640 | 0.9232 | 0.9450 | 0.9340 | 0.9853 |
83
- | 0.0171 | 3.0 | 5268 | 0.0617 | 0.9288 | 0.9490 | 0.9388 | 0.9860 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9341931216931217
28
  - name: Recall
29
  type: recall
30
+ value: 0.9508582968697409
31
  - name: F1
32
  type: f1
33
+ value: 0.9424520433694746
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9865191028433508
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.0603
47
+ - Precision: 0.9342
48
+ - Recall: 0.9509
49
+ - F1: 0.9425
50
+ - Accuracy: 0.9865
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0854 | 1.0 | 1756 | 0.0633 | 0.9203 | 0.9364 | 0.9283 | 0.9830 |
82
+ | 0.034 | 2.0 | 3512 | 0.0626 | 0.9290 | 0.9493 | 0.9391 | 0.9863 |
83
+ | 0.0166 | 3.0 | 5268 | 0.0603 | 0.9342 | 0.9509 | 0.9425 | 0.9865 |
84
 
85
 
86
  ### Framework versions