Emmanuel commited on
Commit
a6e1e13
1 Parent(s): 13b0175

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9362582781456954
26
  - name: Recall
27
  type: recall
28
- value: 0.9516997643890945
29
  - name: F1
30
  type: f1
31
- value: 0.9439158738107161
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9870342026255372
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
41
 
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.0602
45
- - Precision: 0.9363
46
- - Recall: 0.9517
47
- - F1: 0.9439
48
- - Accuracy: 0.9870
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.0892 | 1.0 | 1756 | 0.0628 | 0.9100 | 0.9345 | 0.9221 | 0.9831 |
80
- | 0.0387 | 2.0 | 3512 | 0.0585 | 0.9370 | 0.9507 | 0.9438 | 0.9869 |
81
- | 0.0203 | 3.0 | 5268 | 0.0602 | 0.9363 | 0.9517 | 0.9439 | 0.9870 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9317394888705688
26
  - name: Recall
27
  type: recall
28
+ value: 0.9510265903736116
29
  - name: F1
30
  type: f1
31
+ value: 0.9412842508536686
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9865779713898863
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
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.0603
45
+ - Precision: 0.9317
46
+ - Recall: 0.9510
47
+ - F1: 0.9413
48
+ - Accuracy: 0.9866
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.0872 | 1.0 | 1756 | 0.0660 | 0.9152 | 0.9350 | 0.9250 | 0.9827 |
80
+ | 0.0386 | 2.0 | 3512 | 0.0579 | 0.9374 | 0.9498 | 0.9436 | 0.9864 |
81
+ | 0.0225 | 3.0 | 5268 | 0.0603 | 0.9317 | 0.9510 | 0.9413 | 0.9866 |
82
 
83
 
84
  ### Framework versions