bileldh commited on
Commit
a837805
1 Parent(s): 8904047

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.9307273626917367
28
  - name: Recall
29
  type: recall
30
- value: 0.9496802423426456
31
  - name: F1
32
  type: f1
33
- value: 0.9401082882132445
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9865779713898863
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.0591
47
- - Precision: 0.9307
48
- - Recall: 0.9497
49
- - F1: 0.9401
50
- - Accuracy: 0.9866
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.0866 | 1.0 | 1756 | 0.0741 | 0.9203 | 0.9312 | 0.9257 | 0.9814 |
82
- | 0.0331 | 2.0 | 3512 | 0.0645 | 0.9286 | 0.9473 | 0.9379 | 0.9855 |
83
- | 0.018 | 3.0 | 5268 | 0.0591 | 0.9307 | 0.9497 | 0.9401 | 0.9866 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9339607066204392
28
  - name: Recall
29
  type: recall
30
+ value: 0.9520363513968361
31
  - name: F1
32
  type: f1
33
+ value: 0.9429119093257772
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9870636368988049
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.0599
47
+ - Precision: 0.9340
48
+ - Recall: 0.9520
49
+ - F1: 0.9429
50
+ - Accuracy: 0.9871
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0894 | 1.0 | 1756 | 0.0696 | 0.9194 | 0.9332 | 0.9263 | 0.9821 |
82
+ | 0.0344 | 2.0 | 3512 | 0.0658 | 0.9276 | 0.9493 | 0.9384 | 0.9856 |
83
+ | 0.0177 | 3.0 | 5268 | 0.0599 | 0.9340 | 0.9520 | 0.9429 | 0.9871 |
84
 
85
 
86
  ### Framework versions