wisejiyoon commited on
Commit
ac6c620
1 Parent(s): ff464f9

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.8585940019348597
28
  - name: Recall
29
  type: recall
30
- value: 0.8961629081117469
31
  - name: F1
32
  type: f1
33
- value: 0.8769762845849803
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9764312118219713
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 [klue/bert-base](https://huggingface.co/klue/bert-base) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0967
47
- - Precision: 0.8586
48
- - Recall: 0.8962
49
- - F1: 0.8770
50
- - Accuracy: 0.9764
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.1317 | 1.0 | 1756 | 0.1035 | 0.7946 | 0.8516 | 0.8221 | 0.9679 |
82
- | 0.0648 | 2.0 | 3512 | 0.0943 | 0.8420 | 0.8879 | 0.8644 | 0.9751 |
83
- | 0.0381 | 3.0 | 5268 | 0.0967 | 0.8586 | 0.8962 | 0.8770 | 0.9764 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.8597087378640776
28
  - name: Recall
29
  type: recall
30
+ value: 0.8941433860652979
31
  - name: F1
32
  type: f1
33
+ value: 0.8765880217785844
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9760991339759331
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 [klue/bert-base](https://huggingface.co/klue/bert-base) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0943
47
+ - Precision: 0.8597
48
+ - Recall: 0.8941
49
+ - F1: 0.8766
50
+ - Accuracy: 0.9761
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.1321 | 1.0 | 1756 | 0.1003 | 0.8010 | 0.8514 | 0.8254 | 0.9687 |
82
+ | 0.0654 | 2.0 | 3512 | 0.0927 | 0.8331 | 0.8862 | 0.8588 | 0.9739 |
83
+ | 0.0382 | 3.0 | 5268 | 0.0943 | 0.8597 | 0.8941 | 0.8766 | 0.9761 |
84
 
85
 
86
  ### Framework versions