oyvindgrutle commited on
Commit
e0332b1
1 Parent(s): 335a0dc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.5312084993359893
26
  - name: Recall
27
  type: recall
28
- value: 0.3707136237256719
29
  - name: F1
30
  type: f1
31
- value: 0.4366812227074236
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9447223291009362
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.2634
45
- - Precision: 0.5312
46
- - Recall: 0.3707
47
- - F1: 0.4367
48
- - Accuracy: 0.9447
49
 
50
  ## Model description
51
 
@@ -76,9 +76,9 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | No log | 1.0 | 213 | 0.2764 | 0.4652 | 0.2604 | 0.3339 | 0.9382 |
80
- | No log | 2.0 | 426 | 0.2590 | 0.5887 | 0.3475 | 0.4371 | 0.9435 |
81
- | 0.1938 | 3.0 | 639 | 0.2634 | 0.5312 | 0.3707 | 0.4367 | 0.9447 |
82
 
83
 
84
  ### Framework versions
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.5409836065573771
26
  - name: Recall
27
  type: recall
28
+ value: 0.39759036144578314
29
  - name: F1
30
  type: f1
31
+ value: 0.45833333333333337
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9469026548672567
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
 
42
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.2937
45
+ - Precision: 0.5410
46
+ - Recall: 0.3976
47
+ - F1: 0.4583
48
+ - Accuracy: 0.9469
49
 
50
  ## Model description
51
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | No log | 1.0 | 213 | 0.2700 | 0.5102 | 0.3698 | 0.4288 | 0.9447 |
80
+ | No log | 2.0 | 426 | 0.2827 | 0.5687 | 0.3874 | 0.4609 | 0.9469 |
81
+ | 0.0553 | 3.0 | 639 | 0.2937 | 0.5410 | 0.3976 | 0.4583 | 0.9469 |
82
 
83
 
84
  ### Framework versions