PhysHunter commited on
Commit
12ec885
·
1 Parent(s): bf6ed9a

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.9337967560410461
28
  - name: Recall
29
  type: recall
30
- value: 0.9495119488387749
31
  - name: F1
32
  type: f1
33
- value: 0.941588785046729
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9861658915641373
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.0637
47
- - Precision: 0.9338
48
- - Recall: 0.9495
49
- - F1: 0.9416
50
- - Accuracy: 0.9862
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.0908 | 1.0 | 1756 | 0.0675 | 0.9165 | 0.9329 | 0.9246 | 0.9819 |
82
- | 0.0358 | 2.0 | 3512 | 0.0630 | 0.9248 | 0.9463 | 0.9355 | 0.9853 |
83
- | 0.0171 | 3.0 | 5268 | 0.0637 | 0.9338 | 0.9495 | 0.9416 | 0.9862 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.928983358049102
28
  - name: Recall
29
  type: recall
30
+ value: 0.9488387748232918
31
  - name: F1
32
  type: f1
33
+ value: 0.9388060944134544
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9858568316948254
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.0658
47
+ - Precision: 0.9290
48
+ - Recall: 0.9488
49
+ - F1: 0.9388
50
+ - Accuracy: 0.9859
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0863 | 1.0 | 1756 | 0.0697 | 0.9110 | 0.9317 | 0.9212 | 0.9815 |
82
+ | 0.0327 | 2.0 | 3512 | 0.0690 | 0.9297 | 0.9482 | 0.9388 | 0.9858 |
83
+ | 0.0164 | 3.0 | 5268 | 0.0658 | 0.9290 | 0.9488 | 0.9388 | 0.9859 |
84
 
85
 
86
  ### Framework versions