pytest commited on
Commit
40fad5a
·
1 Parent(s): b375aab

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.9245303867403315
28
  - name: Recall
29
  type: recall
30
- value: 0.9360107394563151
31
  - name: F1
32
  type: f1
33
- value: 0.9302351436989272
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9833987322668276
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0610
47
- - Precision: 0.9245
48
- - Recall: 0.9360
49
- - F1: 0.9302
50
- - Accuracy: 0.9834
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.2422 | 1.0 | 878 | 0.0714 | 0.9125 | 0.9177 | 0.9151 | 0.9805 |
82
- | 0.0541 | 2.0 | 1756 | 0.0620 | 0.9234 | 0.9334 | 0.9284 | 0.9831 |
83
- | 0.0305 | 3.0 | 2634 | 0.0610 | 0.9245 | 0.9360 | 0.9302 | 0.9834 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9284605146406388
28
  - name: Recall
29
  type: recall
30
+ value: 0.9364582168027744
31
  - name: F1
32
  type: f1
33
+ value: 0.932442216652743
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.983668800737128
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0599
47
+ - Precision: 0.9285
48
+ - Recall: 0.9365
49
+ - F1: 0.9324
50
+ - Accuracy: 0.9837
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.2277 | 1.0 | 878 | 0.0667 | 0.9179 | 0.9218 | 0.9198 | 0.9815 |
82
+ | 0.0527 | 2.0 | 1756 | 0.0594 | 0.9253 | 0.9341 | 0.9297 | 0.9833 |
83
+ | 0.03 | 3.0 | 2634 | 0.0599 | 0.9285 | 0.9365 | 0.9324 | 0.9837 |
84
 
85
 
86
  ### Framework versions