malduwais commited on
Commit
66ffbe9
1 Parent(s): 993f46f

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.9300908486594284
26
  - name: Recall
27
  type: recall
28
- value: 0.9391430808815304
29
  - name: F1
30
  type: f1
31
- value: 0.9345950459226274
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9842407104389407
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.0589
45
- - Precision: 0.9301
46
- - Recall: 0.9391
47
- - F1: 0.9346
48
- - Accuracy: 0.9842
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.2402 | 1.0 | 878 | 0.0692 | 0.9177 | 0.9248 | 0.9213 | 0.9815 |
80
- | 0.0506 | 2.0 | 1756 | 0.0600 | 0.9249 | 0.9361 | 0.9305 | 0.9836 |
81
- | 0.0304 | 3.0 | 2634 | 0.0589 | 0.9301 | 0.9391 | 0.9346 | 0.9842 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9244616234124793
26
  - name: Recall
27
  type: recall
28
+ value: 0.9364582168027744
29
  - name: F1
30
  type: f1
31
+ value: 0.9304212515282871
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9833987322668276
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0623
45
+ - Precision: 0.9245
46
+ - Recall: 0.9365
47
+ - F1: 0.9304
48
+ - Accuracy: 0.9834
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.2377 | 1.0 | 878 | 0.0711 | 0.9176 | 0.9254 | 0.9215 | 0.9813 |
80
+ | 0.0514 | 2.0 | 1756 | 0.0637 | 0.9213 | 0.9346 | 0.9279 | 0.9831 |
81
+ | 0.031 | 3.0 | 2634 | 0.0623 | 0.9245 | 0.9365 | 0.9304 | 0.9834 |
82
 
83
 
84
  ### Framework versions