jatinshah commited on
Commit
b2c2010
1 Parent(s): 8731d2a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9315113598946329
26
  - name: Recall
27
  type: recall
28
- value: 0.9522046449007069
29
  - name: F1
30
  type: f1
31
- value: 0.9417443408788282
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9866074056631542
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.0590
45
- - Precision: 0.9315
46
- - Recall: 0.9522
47
- - F1: 0.9417
48
- - Accuracy: 0.9866
49
 
50
  ## Model description
51
 
@@ -76,14 +76,14 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | 0.0835 | 1.0 | 1756 | 0.0687 | 0.9188 | 0.9371 | 0.9278 | 0.9827 |
80
- | 0.0329 | 2.0 | 3512 | 0.0611 | 0.9281 | 0.9453 | 0.9366 | 0.9847 |
81
- | 0.0234 | 3.0 | 5268 | 0.0590 | 0.9315 | 0.9522 | 0.9417 | 0.9866 |
82
 
83
 
84
  ### Framework versions
85
 
86
  - Transformers 4.16.2
87
- - Pytorch 1.10.0+cu111
88
  - Datasets 1.18.3
89
  - Tokenizers 0.11.0
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9361244415025649
26
  - name: Recall
27
  type: recall
28
+ value: 0.9520363513968361
29
  - name: F1
30
  type: f1
31
+ value: 0.9440133500208594
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.986489668570083
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0642
45
+ - Precision: 0.9361
46
+ - Recall: 0.9520
47
+ - F1: 0.9440
48
+ - Accuracy: 0.9865
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.0874 | 1.0 | 1756 | 0.0696 | 0.9177 | 0.9344 | 0.9260 | 0.9818 |
80
+ | 0.0324 | 2.0 | 3512 | 0.0634 | 0.9362 | 0.9490 | 0.9426 | 0.9856 |
81
+ | 0.0226 | 3.0 | 5268 | 0.0642 | 0.9361 | 0.9520 | 0.9440 | 0.9865 |
82
 
83
 
84
  ### Framework versions
85
 
86
  - Transformers 4.16.2
87
+ - Pytorch 1.10.0a0+0aef44c
88
  - Datasets 1.18.3
89
  - Tokenizers 0.11.0