PabloGuinea commited on
Commit
eca8636
1 Parent(s): f3aca0a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.40298507462686567
28
  - name: Recall
29
  type: recall
30
- value: 0.20018535681186284
31
  - name: F1
32
  type: f1
33
- value: 0.2674922600619195
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9358727715788123
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 wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2994
47
- - Precision: 0.4030
48
- - Recall: 0.2002
49
- - F1: 0.2675
50
- - Accuracy: 0.9359
51
 
52
  ## Model description
53
 
@@ -78,8 +78,8 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 107 | 0.3173 | 0.3081 | 0.1057 | 0.1573 | 0.9315 |
82
- | No log | 2.0 | 214 | 0.2994 | 0.4030 | 0.2002 | 0.2675 | 0.9359 |
83
 
84
 
85
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.4262295081967213
28
  - name: Recall
29
  type: recall
30
+ value: 0.1927710843373494
31
  - name: F1
32
  type: f1
33
+ value: 0.26547543075941293
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9353597537514429
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 wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2958
47
+ - Precision: 0.4262
48
+ - Recall: 0.1928
49
+ - F1: 0.2655
50
+ - Accuracy: 0.9354
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 107 | 0.3133 | 0.3077 | 0.0556 | 0.0942 | 0.9298 |
82
+ | No log | 2.0 | 214 | 0.2958 | 0.4262 | 0.1928 | 0.2655 | 0.9354 |
83
 
84
 
85
  ### Framework versions