bileldh commited on
Commit
516e82e
1 Parent(s): 6e29364

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.929726162982514
28
  - name: Recall
29
  type: recall
30
- value: 0.9485021878155503
31
  - name: F1
32
  type: f1
33
- value: 0.939020326557814
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9867398598928593
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.0589
47
- - Precision: 0.9297
48
- - Recall: 0.9485
49
- - F1: 0.9390
50
- - Accuracy: 0.9867
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.0878 | 1.0 | 1756 | 0.0769 | 0.9169 | 0.9281 | 0.9225 | 0.9807 |
82
- | 0.0335 | 2.0 | 3512 | 0.0612 | 0.9266 | 0.9472 | 0.9368 | 0.9859 |
83
- | 0.0172 | 3.0 | 5268 | 0.0589 | 0.9297 | 0.9485 | 0.9390 | 0.9867 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.937448149991704
28
  - name: Recall
29
  type: recall
30
+ value: 0.9508582968697409
31
  - name: F1
32
  type: f1
33
+ value: 0.9441056061492189
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9864308000235474
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.0614
47
+ - Precision: 0.9374
48
+ - Recall: 0.9509
49
+ - F1: 0.9441
50
+ - Accuracy: 0.9864
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.0749 | 0.9104 | 0.9280 | 0.9191 | 0.9812 |
82
+ | 0.0331 | 2.0 | 3512 | 0.0614 | 0.9299 | 0.9470 | 0.9384 | 0.9858 |
83
+ | 0.0169 | 3.0 | 5268 | 0.0614 | 0.9374 | 0.9509 | 0.9441 | 0.9864 |
84
 
85
 
86
  ### Framework versions