Norika commited on
Commit
caa6e85
1 Parent(s): d6da89e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.5841184387617766
29
  - name: Recall
30
  type: recall
31
- value: 0.40222428174235403
32
  - name: F1
33
  type: f1
34
- value: 0.47639956092206365
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9491750021373002
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the wnut_17 dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.4776
48
- - Precision: 0.5841
49
- - Recall: 0.4022
50
- - F1: 0.4764
51
- - Accuracy: 0.9492
52
 
53
  ## Model description
54
 
@@ -79,9 +79,9 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | No log | 1.0 | 425 | 0.4859 | 0.5671 | 0.3642 | 0.4436 | 0.9478 |
83
- | 0.0029 | 2.0 | 850 | 0.4842 | 0.5832 | 0.4059 | 0.4787 | 0.9495 |
84
- | 0.0042 | 3.0 | 1275 | 0.4776 | 0.5841 | 0.4022 | 0.4764 | 0.9492 |
85
 
86
 
87
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.5422163588390502
29
  - name: Recall
30
  type: recall
31
+ value: 0.3809082483781279
32
  - name: F1
33
  type: f1
34
+ value: 0.4474686989657049
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9475506540138497
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the wnut_17 dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.2964
48
+ - Precision: 0.5422
49
+ - Recall: 0.3809
50
+ - F1: 0.4475
51
+ - Accuracy: 0.9476
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.0 | 425 | 0.2617 | 0.5380 | 0.3086 | 0.3922 | 0.9427 |
83
+ | 0.1895 | 2.0 | 850 | 0.2944 | 0.5930 | 0.3160 | 0.4123 | 0.9443 |
84
+ | 0.0702 | 3.0 | 1275 | 0.2964 | 0.5422 | 0.3809 | 0.4475 | 0.9476 |
85
 
86
 
87
  ### Framework versions