Yuto01 commited on
Commit
abc20d5
1 Parent(s): e019119

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.9384946949602122
28
  - name: Recall
29
  type: recall
30
- value: 0.9527095254123191
31
  - name: F1
32
  type: f1
33
- value: 0.9455486888257891
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9865485371166186
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.0621
47
- - Precision: 0.9385
48
- - Recall: 0.9527
49
- - F1: 0.9455
50
- - Accuracy: 0.9865
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.0903 | 1.0 | 1756 | 0.0760 | 0.9157 | 0.9354 | 0.9254 | 0.9809 |
82
- | 0.0354 | 2.0 | 3512 | 0.0612 | 0.9343 | 0.9500 | 0.9421 | 0.9863 |
83
- | 0.019 | 3.0 | 5268 | 0.0621 | 0.9385 | 0.9527 | 0.9455 | 0.9865 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.929159802306425
28
  - name: Recall
29
  type: recall
30
+ value: 0.9491753618310333
31
  - name: F1
32
  type: f1
33
+ value: 0.939060939060939
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9861070230176017
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.0634
47
+ - Precision: 0.9292
48
+ - Recall: 0.9492
49
+ - F1: 0.9391
50
+ - Accuracy: 0.9861
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0853 | 1.0 | 1756 | 0.0672 | 0.9092 | 0.9354 | 0.9221 | 0.9820 |
82
+ | 0.0366 | 2.0 | 3512 | 0.0642 | 0.9308 | 0.9490 | 0.9398 | 0.9859 |
83
+ | 0.0182 | 3.0 | 5268 | 0.0634 | 0.9292 | 0.9492 | 0.9391 | 0.9861 |
84
 
85
 
86
  ### Framework versions