Shadman-Rohan commited on
Commit
dfa1865
1 Parent(s): 4eaae8e

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.5595238095238095
28
  - name: Recall
29
  type: recall
30
- value: 0.3049119555143652
31
  - name: F1
32
  type: f1
33
- value: 0.3947210557888423
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9413877132230345
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.2703
47
- - Precision: 0.5595
48
- - Recall: 0.3049
49
- - F1: 0.3947
50
- - Accuracy: 0.9414
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 | 213 | 0.2779 | 0.5441 | 0.2799 | 0.3696 | 0.9393 |
82
- | No log | 2.0 | 426 | 0.2703 | 0.5595 | 0.3049 | 0.3947 | 0.9414 |
83
 
84
 
85
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5337954939341422
28
  - name: Recall
29
  type: recall
30
+ value: 0.28544949026876737
31
  - name: F1
32
  type: f1
33
+ value: 0.37198067632850246
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9402761745970672
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.2793
47
+ - Precision: 0.5338
48
+ - Recall: 0.2854
49
+ - F1: 0.3720
50
+ - Accuracy: 0.9403
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 213 | 0.2933 | 0.3959 | 0.1798 | 0.2473 | 0.9347 |
82
+ | No log | 2.0 | 426 | 0.2793 | 0.5338 | 0.2854 | 0.3720 | 0.9403 |
83
 
84
 
85
  ### Framework versions