EffyLi commited on
Commit
8243fe0
1 Parent(s): b2e8479

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.012011744817154552
26
  - name: Recall
27
  type: recall
28
- value: 0.012111968419163826
29
  - name: F1
30
  type: f1
31
- value: 0.012061648425284788
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.76080237828928
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -42,10 +42,10 @@ should probably proofread and complete it, then remove this comment. -->
42
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.0723
45
- - Precision: 0.0120
46
- - Recall: 0.0121
47
- - F1: 0.0121
48
- - Accuracy: 0.7608
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
- | No log | 1.0 | 220 | 0.0754 | 0.0118 | 0.0118 | 0.0118 | 0.7605 |
80
- | No log | 2.0 | 440 | 0.0688 | 0.0125 | 0.0127 | 0.0126 | 0.7608 |
81
- | 0.0717 | 3.0 | 660 | 0.0723 | 0.0120 | 0.0121 | 0.0121 | 0.7608 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9327342290239345
26
  - name: Recall
27
  type: recall
28
+ value: 0.9405167773192177
29
  - name: F1
30
  type: f1
31
+ value: 0.9366093366093367
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9850621063165951
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
42
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.0723
45
+ - Precision: 0.9327
46
+ - Recall: 0.9405
47
+ - F1: 0.9366
48
+ - Accuracy: 0.9851
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | No log | 1.0 | 220 | 0.0754 | 0.9225 | 0.9296 | 0.9260 | 0.9831 |
80
+ | No log | 2.0 | 440 | 0.0688 | 0.9319 | 0.9407 | 0.9363 | 0.9849 |
81
+ | 0.0717 | 3.0 | 660 | 0.0723 | 0.9327 | 0.9405 | 0.9366 | 0.9851 |
82
 
83
 
84
  ### Framework versions