V3RX2000 commited on
Commit
ccf14ef
1 Parent(s): f9511d9

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.9278601460500111
26
  - name: Recall
27
  type: recall
28
- value: 0.9381362568519969
29
  - name: F1
30
  type: f1
31
- value: 0.9329699059909885
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9841295057746994
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.0602
45
- - Precision: 0.9279
46
- - Recall: 0.9381
47
- - F1: 0.9330
48
- - Accuracy: 0.9841
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.2379 | 1.0 | 878 | 0.0679 | 0.9193 | 0.9242 | 0.9217 | 0.9818 |
80
- | 0.0508 | 2.0 | 1756 | 0.0609 | 0.9220 | 0.9355 | 0.9287 | 0.9835 |
81
- | 0.0306 | 3.0 | 2634 | 0.0602 | 0.9279 | 0.9381 | 0.9330 | 0.9841 |
82
 
83
 
84
  ### Framework versions
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9272043367629162
26
  - name: Recall
27
  type: recall
28
+ value: 0.9375769101689228
29
  - name: F1
30
  type: f1
31
+ value: 0.932361775503393
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.984193051297123
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.0612
45
+ - Precision: 0.9272
46
+ - Recall: 0.9376
47
+ - F1: 0.9324
48
+ - Accuracy: 0.9842
49
 
50
  ## Model description
51
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.2495 | 1.0 | 878 | 0.0701 | 0.9191 | 0.9229 | 0.9210 | 0.9815 |
80
+ | 0.0526 | 2.0 | 1756 | 0.0613 | 0.9216 | 0.9350 | 0.9283 | 0.9832 |
81
+ | 0.0312 | 3.0 | 2634 | 0.0612 | 0.9272 | 0.9376 | 0.9324 | 0.9842 |
82
 
83
 
84
  ### Framework versions