oyvindgrutle commited on
Commit
0a19878
1 Parent(s): 6fc4674

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.502770083102493
26
  - name: Recall
27
  type: recall
28
- value: 0.33642261353104724
29
  - name: F1
30
  type: f1
31
- value: 0.4031093836757356
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9428840152195289
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.2724
45
- - Precision: 0.5028
46
- - Recall: 0.3364
47
- - F1: 0.4031
48
- - Accuracy: 0.9429
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.2849 | 0.4606 | 0.2382 | 0.3140 | 0.9374 |
80
- | No log | 2.0 | 426 | 0.2610 | 0.5439 | 0.3216 | 0.4042 | 0.9424 |
81
- | 0.1949 | 3.0 | 639 | 0.2724 | 0.5028 | 0.3364 | 0.4031 | 0.9429 |
82
 
83
 
84
  ### Framework versions
 
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
 
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
 
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