StatsGary commited on
Commit
dc9f0ae
·
1 Parent(s): b8a2674

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.6388059701492538
28
  - name: Recall
29
  type: recall
30
- value: 0.39666357738646896
31
  - name: F1
32
  type: f1
33
- value: 0.48942252715837625
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9491257321191912
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 [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2724
47
- - Precision: 0.6388
48
- - Recall: 0.3967
49
- - F1: 0.4894
50
- - Accuracy: 0.9491
51
 
52
  ## Model description
53
 
@@ -72,14 +72,15 @@ The following hyperparameters were used during training:
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
- - num_epochs: 2
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 213 | 0.2544 | 0.6019 | 0.3503 | 0.4429 | 0.9460 |
82
- | No log | 2.0 | 426 | 0.2724 | 0.6388 | 0.3967 | 0.4894 | 0.9491 |
 
83
 
84
 
85
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.6239782016348774
28
  - name: Recall
29
  type: recall
30
+ value: 0.42446709916589437
31
  - name: F1
32
  type: f1
33
+ value: 0.5052399338113625
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9504082766876149
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 [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2851
47
+ - Precision: 0.6240
48
+ - Recall: 0.4245
49
+ - F1: 0.5052
50
+ - Accuracy: 0.9504
51
 
52
  ## Model description
53
 
 
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
+ - num_epochs: 3
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 213 | 0.2551 | 0.6727 | 0.3105 | 0.4249 | 0.9446 |
82
+ | No log | 2.0 | 426 | 0.2521 | 0.6491 | 0.4235 | 0.5126 | 0.9510 |
83
+ | 0.1128 | 3.0 | 639 | 0.2851 | 0.6240 | 0.4245 | 0.5052 | 0.9504 |
84
 
85
 
86
  ### Framework versions