peterhsu commited on
Commit
cf3f9a1
·
1 Parent(s): 8cf6549

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9317169717961405
28
  - name: Recall
29
  type: recall
30
- value: 0.9506900033658701
31
  - name: F1
32
  type: f1
33
- value: 0.9411078717201166
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9865632542532525
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,10 +43,10 @@ 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.0623
47
- - Precision: 0.9317
48
- - Recall: 0.9507
49
- - F1: 0.9411
50
  - Accuracy: 0.9866
51
 
52
  ## Model description
@@ -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.088 | 1.0 | 1756 | 0.0712 | 0.9107 | 0.9290 | 0.9198 | 0.9818 |
82
- | 0.033 | 2.0 | 3512 | 0.0683 | 0.9238 | 0.9467 | 0.9351 | 0.9856 |
83
- | 0.0183 | 3.0 | 5268 | 0.0623 | 0.9317 | 0.9507 | 0.9411 | 0.9866 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9350348027842227
28
  - name: Recall
29
  type: recall
30
+ value: 0.9495119488387749
31
  - name: F1
32
  type: f1
33
+ value: 0.9422177688710756
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
 
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.0607
47
+ - Precision: 0.9350
48
+ - Recall: 0.9495
49
+ - F1: 0.9422
50
  - Accuracy: 0.9866
51
 
52
  ## Model description
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0909 | 1.0 | 1756 | 0.0701 | 0.9133 | 0.9303 | 0.9217 | 0.9815 |
82
+ | 0.0342 | 2.0 | 3512 | 0.0614 | 0.9262 | 0.9460 | 0.9360 | 0.9858 |
83
+ | 0.0172 | 3.0 | 5268 | 0.0607 | 0.9350 | 0.9495 | 0.9422 | 0.9866 |
84
 
85
 
86
  ### Framework versions