mxalmeida commited on
Commit
6264890
·
1 Parent(s): 3f51174

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -8,6 +8,7 @@ metrics:
8
  - precision
9
  - recall
10
  - f1
 
11
  model-index:
12
  - name: bert-finetuned-ner
13
  results:
@@ -23,13 +24,16 @@ model-index:
23
  metrics:
24
  - name: Precision
25
  type: precision
26
- value: 0.9386095901775344
27
  - name: Recall
28
  type: recall
29
- value: 0.9520363513968361
30
  - name: F1
31
  type: f1
32
- value: 0.9452752945108196
 
 
 
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -39,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
39
 
40
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
41
  It achieves the following results on the evaluation set:
42
- - Loss: 0.0856
43
- - Precision: 0.9386
44
- - Recall: 0.9520
45
- - F1: 0.9453
46
- - Acurracy: 0.9869
47
 
48
  ## Model description
49
 
@@ -72,11 +76,11 @@ The following hyperparameters were used during training:
72
 
73
  ### Training results
74
 
75
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Acurracy |
76
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
77
- | 0.0093 | 1.0 | 1756 | 0.1290 | 0.8910 | 0.9229 | 0.9067 | 0.9790 |
78
- | 0.012 | 2.0 | 3512 | 0.0777 | 0.9389 | 0.9524 | 0.9456 | 0.9871 |
79
- | 0.005 | 3.0 | 5268 | 0.0856 | 0.9386 | 0.9520 | 0.9453 | 0.9869 |
80
 
81
 
82
  ### Framework versions
 
8
  - precision
9
  - recall
10
  - f1
11
+ - accuracy
12
  model-index:
13
  - name: bert-finetuned-ner
14
  results:
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9378943872467619
28
  - name: Recall
29
  type: recall
30
+ value: 0.9505217098619994
31
  - name: F1
32
  type: f1
33
+ value: 0.9441658308258107
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.9862689115205746
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.0635
47
+ - Precision: 0.9379
48
+ - Recall: 0.9505
49
+ - F1: 0.9442
50
+ - Accuracy: 0.9863
51
 
52
  ## Model description
53
 
 
76
 
77
  ### Training results
78
 
79
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0883 | 1.0 | 1756 | 0.0701 | 0.9168 | 0.9312 | 0.9239 | 0.9821 |
82
+ | 0.0343 | 2.0 | 3512 | 0.0630 | 0.9329 | 0.9504 | 0.9416 | 0.9857 |
83
+ | 0.0174 | 3.0 | 5268 | 0.0635 | 0.9379 | 0.9505 | 0.9442 | 0.9863 |
84
 
85
 
86
  ### Framework versions