lddczcn commited on
Commit
cb319d5
1 Parent(s): 5f7385a

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.9312675127740234
28
  - name: Recall
29
  type: recall
30
- value: 0.9508582968697409
31
  - name: F1
32
  type: f1
33
- value: 0.9409609459571988
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9866368399364219
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.0598
47
- - Precision: 0.9313
48
- - Recall: 0.9509
49
- - F1: 0.9410
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.0888 | 1.0 | 1756 | 0.0651 | 0.9107 | 0.9323 | 0.9214 | 0.9822 |
82
- | 0.0339 | 2.0 | 3512 | 0.0597 | 0.9315 | 0.9500 | 0.9407 | 0.9864 |
83
- | 0.0175 | 3.0 | 5268 | 0.0598 | 0.9313 | 0.9509 | 0.9410 | 0.9866 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9366127434796963
28
  - name: Recall
29
  type: recall
30
+ value: 0.9548973409626389
31
  - name: F1
32
  type: f1
33
+ value: 0.9456666666666668
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9875198681344558
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.0611
47
+ - Precision: 0.9366
48
+ - Recall: 0.9549
49
+ - F1: 0.9457
50
+ - Accuracy: 0.9875
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.089 | 1.0 | 1756 | 0.0596 | 0.9187 | 0.9409 | 0.9297 | 0.9836 |
82
+ | 0.0346 | 2.0 | 3512 | 0.0614 | 0.9351 | 0.9522 | 0.9436 | 0.9864 |
83
+ | 0.0174 | 3.0 | 5268 | 0.0611 | 0.9366 | 0.9549 | 0.9457 | 0.9875 |
84
 
85
 
86
  ### Framework versions