AlonCohen commited on
Commit
f2abb72
·
1 Parent(s): e689b12

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.9266187050359712
28
  - name: Recall
29
  type: recall
30
- value: 0.9365700861393892
31
  - name: F1
32
  type: f1
33
- value: 0.9315678201847113
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9836370279759162
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.0620
47
- - Precision: 0.9266
48
- - Recall: 0.9366
49
- - F1: 0.9316
50
- - Accuracy: 0.9836
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.239 | 1.0 | 878 | 0.0694 | 0.9132 | 0.9199 | 0.9165 | 0.9810 |
82
- | 0.0531 | 2.0 | 1756 | 0.0618 | 0.9247 | 0.9368 | 0.9307 | 0.9831 |
83
- | 0.0296 | 3.0 | 2634 | 0.0620 | 0.9266 | 0.9366 | 0.9316 | 0.9836 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9264510412051395
28
  - name: Recall
29
  type: recall
30
+ value: 0.9356751314464705
31
  - name: F1
32
  type: f1
33
+ value: 0.9310402404408081
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9835417096922808
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.0629
47
+ - Precision: 0.9265
48
+ - Recall: 0.9357
49
+ - F1: 0.9310
50
+ - Accuracy: 0.9835
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.2396 | 1.0 | 878 | 0.0706 | 0.9172 | 0.9186 | 0.9179 | 0.9810 |
82
+ | 0.0539 | 2.0 | 1756 | 0.0627 | 0.9264 | 0.9334 | 0.9299 | 0.9831 |
83
+ | 0.03 | 3.0 | 2634 | 0.0629 | 0.9265 | 0.9357 | 0.9310 | 0.9835 |
84
 
85
 
86
  ### Framework versions