V-Shukla commited on
Commit
8baae0d
1 Parent(s): 32d202e

Training completed

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.938
27
  - name: F1
28
  type: f1
29
- value: 0.9383113784829088
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.1610
40
- - Accuracy: 0.938
41
- - F1: 0.9383
42
 
43
  ## Model description
44
 
@@ -69,13 +69,13 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | No log | 1.0 | 250 | 0.1777 | 0.9325 | 0.9331 |
73
- | 0.1093 | 2.0 | 500 | 0.1610 | 0.938 | 0.9383 |
74
 
75
 
76
  ### Framework versions
77
 
78
- - Transformers 4.34.0
79
- - Pytorch 2.0.1+cu118
80
- - Datasets 2.14.5
81
- - Tokenizers 0.14.0
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.926
27
  - name: F1
28
  type: f1
29
+ value: 0.925964511235661
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.2134
40
+ - Accuracy: 0.926
41
+ - F1: 0.9260
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | No log | 1.0 | 250 | 0.3089 | 0.9145 | 0.9141 |
73
+ | 0.5193 | 2.0 | 500 | 0.2134 | 0.926 | 0.9260 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.34.1
79
+ - Pytorch 2.1.0+cu118
80
+ - Datasets 2.14.6
81
+ - Tokenizers 0.14.1