PabloGuinea commited on
Commit
121b98c
1 Parent(s): 443efd2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.5302197802197802
28
  - name: Recall
29
  type: recall
30
- value: 0.3577386468952734
31
  - name: F1
32
  type: f1
33
- value: 0.42722744881018265
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.945320849899534
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.2636
47
- - Precision: 0.5302
48
- - Recall: 0.3577
49
- - F1: 0.4272
50
- - Accuracy: 0.9453
51
 
52
  ## Model description
53
 
@@ -78,11 +78,11 @@ 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.3099 | 0.3522 | 0.1214 | 0.1806 | 0.9321 |
82
- | No log | 2.0 | 214 | 0.2670 | 0.5139 | 0.3086 | 0.3856 | 0.9410 |
83
- | No log | 3.0 | 321 | 0.2547 | 0.4954 | 0.3466 | 0.4079 | 0.9426 |
84
- | No log | 4.0 | 428 | 0.2553 | 0.5337 | 0.3596 | 0.4297 | 0.9452 |
85
- | 0.1736 | 5.0 | 535 | 0.2636 | 0.5302 | 0.3577 | 0.4272 | 0.9453 |
86
 
87
 
88
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5348837209302325
28
  - name: Recall
29
  type: recall
30
+ value: 0.3410565338276182
31
  - name: F1
32
  type: f1
33
+ value: 0.4165251839275608
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.944636826129708
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.2714
47
+ - Precision: 0.5349
48
+ - Recall: 0.3411
49
+ - F1: 0.4165
50
+ - Accuracy: 0.9446
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.3073 | 0.3474 | 0.1223 | 0.1809 | 0.9325 |
82
+ | No log | 2.0 | 214 | 0.2605 | 0.4597 | 0.2956 | 0.3598 | 0.9409 |
83
+ | No log | 3.0 | 321 | 0.2563 | 0.5319 | 0.3318 | 0.4087 | 0.9431 |
84
+ | No log | 4.0 | 428 | 0.2581 | 0.5255 | 0.3531 | 0.4224 | 0.9449 |
85
+ | 0.1669 | 5.0 | 535 | 0.2714 | 0.5349 | 0.3411 | 0.4165 | 0.9446 |
86
 
87
 
88
  ### Framework versions