Edric111 commited on
Commit
117a8fa
1 Parent(s): 38bbce3

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.9248478140564471
26
  - name: Recall
27
  type: recall
28
- value: 0.9347801767535519
29
  - name: F1
30
  type: f1
31
- value: 0.9297874707911427
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.983509936931069
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.0610
45
- - Precision: 0.9248
46
- - Recall: 0.9348
47
- - F1: 0.9298
48
- - Accuracy: 0.9835
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.2438 | 1.0 | 878 | 0.0729 | 0.9100 | 0.9201 | 0.9151 | 0.9802 |
80
- | 0.0519 | 2.0 | 1756 | 0.0626 | 0.9162 | 0.9305 | 0.9233 | 0.9823 |
81
- | 0.0314 | 3.0 | 2634 | 0.0610 | 0.9248 | 0.9348 | 0.9298 | 0.9835 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9273854328093868
26
  - name: Recall
27
  type: recall
28
+ value: 0.9372413021590782
29
  - name: F1
30
  type: f1
31
+ value: 0.9322873198686918
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9840341874910639
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.0599
45
+ - Precision: 0.9274
46
+ - Recall: 0.9372
47
+ - F1: 0.9323
48
+ - Accuracy: 0.9840
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.2378 | 1.0 | 878 | 0.0719 | 0.9107 | 0.9200 | 0.9154 | 0.9801 |
80
+ | 0.0509 | 2.0 | 1756 | 0.0620 | 0.9156 | 0.9311 | 0.9233 | 0.9821 |
81
+ | 0.0307 | 3.0 | 2634 | 0.0599 | 0.9274 | 0.9372 | 0.9323 | 0.9840 |
82
 
83
 
84
  ### Framework versions