Amartyo Banerjee commited on
Commit
1a0606b
1 Parent(s): c25e944

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9271828665568369
26
  - name: Recall
27
  type: recall
28
- value: 0.9471558397845843
29
  - name: F1
30
  type: f1
31
- value: 0.937062937062937
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9859598516512628
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.0612
45
- - Precision: 0.9272
46
- - Recall: 0.9472
47
- - F1: 0.9371
48
- - Accuracy: 0.9860
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
- | 0.0871 | 1.0 | 1756 | 0.0643 | 0.9158 | 0.9355 | 0.9256 | 0.9827 |
80
- | 0.0414 | 2.0 | 3512 | 0.0573 | 0.9308 | 0.9490 | 0.9398 | 0.9860 |
81
- | 0.0214 | 3.0 | 5268 | 0.0612 | 0.9272 | 0.9472 | 0.9371 | 0.9860 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9314097279472382
26
  - name: Recall
27
  type: recall
28
+ value: 0.9506900033658701
29
  - name: F1
30
  type: f1
31
+ value: 0.94095111185142
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9862541943839407
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.0622
45
+ - Precision: 0.9314
46
+ - Recall: 0.9507
47
+ - F1: 0.9410
48
+ - Accuracy: 0.9863
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.0821 | 1.0 | 1756 | 0.0639 | 0.9108 | 0.9371 | 0.9238 | 0.9834 |
80
+ | 0.0366 | 2.0 | 3512 | 0.0585 | 0.9310 | 0.9497 | 0.9403 | 0.9857 |
81
+ | 0.019 | 3.0 | 5268 | 0.0622 | 0.9314 | 0.9507 | 0.9410 | 0.9863 |
82
 
83
 
84
  ### Framework versions