ViktorDo commited on
Commit
a63d221
1 Parent(s): e1a1f15

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.9245439469320066
28
  - name: Recall
29
  type: recall
30
- value: 0.9382362840794345
31
  - name: F1
32
  type: f1
33
- value: 0.9313397928499834
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.985050915849842
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.0601
47
- - Precision: 0.9245
48
- - Recall: 0.9382
49
- - F1: 0.9313
50
- - Accuracy: 0.9851
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.0799 | 1.0 | 1756 | 0.0567 | 0.9186 | 0.9303 | 0.9244 | 0.9844 |
82
- | 0.0362 | 2.0 | 3512 | 0.0576 | 0.9215 | 0.9367 | 0.9291 | 0.9846 |
83
- | 0.0201 | 3.0 | 5268 | 0.0601 | 0.9245 | 0.9382 | 0.9313 | 0.9851 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9293063391968138
28
  - name: Recall
29
  type: recall
30
+ value: 0.9424436216762033
31
  - name: F1
32
  type: f1
33
+ value: 0.9358288770053477
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9860676442086199
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.0594
47
+ - Precision: 0.9293
48
+ - Recall: 0.9424
49
+ - F1: 0.9358
50
+ - Accuracy: 0.9861
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0807 | 1.0 | 1756 | 0.0581 | 0.9156 | 0.9317 | 0.9236 | 0.9845 |
82
+ | 0.0364 | 2.0 | 3512 | 0.0567 | 0.9252 | 0.9384 | 0.9317 | 0.9852 |
83
+ | 0.0202 | 3.0 | 5268 | 0.0594 | 0.9293 | 0.9424 | 0.9358 | 0.9861 |
84
 
85
 
86
  ### Framework versions