dpuccine commited on
Commit
c3c12a6
1 Parent(s): 87a17fc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9347249834327369
26
  - name: Recall
27
  type: recall
28
- value: 0.9495119488387749
29
  - name: F1
30
  type: f1
31
- value: 0.942060444147604
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9860775887443339
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -42,10 +42,10 @@ should probably proofread and complete it, then remove this comment. -->
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.0624
45
- - Precision: 0.9347
46
- - Recall: 0.9495
47
- - F1: 0.9421
48
- - Accuracy: 0.9861
49
 
50
  ## Model description
51
 
@@ -76,9 +76,9 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | 0.0837 | 1.0 | 1756 | 0.0636 | 0.9211 | 0.9367 | 0.9288 | 0.9832 |
80
- | 0.0385 | 2.0 | 3512 | 0.0597 | 0.9260 | 0.9460 | 0.9359 | 0.9854 |
81
- | 0.0196 | 3.0 | 5268 | 0.0624 | 0.9347 | 0.9495 | 0.9421 | 0.9861 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9323407775020678
26
  - name: Recall
27
  type: recall
28
+ value: 0.9485021878155503
29
  - name: F1
30
  type: f1
31
+ value: 0.9403520480520563
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9859304173779949
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.0624
45
+ - Precision: 0.9323
46
+ - Recall: 0.9485
47
+ - F1: 0.9404
48
+ - Accuracy: 0.9859
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.087 | 1.0 | 1756 | 0.0696 | 0.9183 | 0.9406 | 0.9293 | 0.9832 |
80
+ | 0.0378 | 2.0 | 3512 | 0.0564 | 0.9355 | 0.9502 | 0.9428 | 0.9863 |
81
+ | 0.0194 | 3.0 | 5268 | 0.0624 | 0.9323 | 0.9485 | 0.9404 | 0.9859 |
82
 
83
 
84
  ### Framework versions