jamie613 commited on
Commit
0183870
·
1 Parent(s): 3741d53

Training Completed!

Browse files
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -16,16 +17,16 @@ model-index:
16
  dataset:
17
  name: emotion
18
  type: emotion
19
- config: default
20
- split: train
21
- args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9265
26
  - name: F1
27
  type: f1
28
- value: 0.9265277328493297
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.2240
39
- - Accuracy: 0.9265
40
- - F1: 0.9265
41
 
42
  ## Model description
43
 
@@ -68,13 +69,13 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.8488 | 1.0 | 250 | 0.3268 | 0.9055 | 0.9031 |
72
- | 0.2532 | 2.0 | 500 | 0.2240 | 0.9265 | 0.9265 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.21.1
78
- - Pytorch 1.12.0+cu113
79
- - Datasets 2.4.0
80
- - Tokenizers 0.12.1
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
17
  dataset:
18
  name: emotion
19
  type: emotion
20
+ config: split
21
+ split: validation
22
+ args: split
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.9235
27
  - name: F1
28
  type: f1
29
+ value: 0.9234211273536393
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.9235
41
+ - F1: 0.9234
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.8105 | 1.0 | 250 | 0.3134 | 0.9075 | 0.9068 |
73
+ | 0.2438 | 2.0 | 500 | 0.2134 | 0.9235 | 0.9234 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.33.1
79
+ - Pytorch 2.0.1+cu118
80
+ - Datasets 2.14.5
81
+ - Tokenizers 0.13.3