darkbladecr commited on
Commit
1ecb28a
1 Parent(s): 18da624

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bhadresh-savani/distilbert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3358
21
- - Accuracy: 0.4667
22
 
23
  ## Model description
24
 
@@ -37,28 +37,27 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 8
42
  - eval_batch_size: 8
43
- - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 2.2664 | 1.0 | 15 | 1.4388 | 0.4 |
53
- | 1.4542 | 2.0 | 30 | 1.3942 | 0.4 |
54
- | 1.2951 | 3.0 | 45 | 1.3433 | 0.4 |
55
- | 1.1394 | 4.0 | 60 | 1.3303 | 0.4667 |
56
- | 1.0582 | 5.0 | 75 | 1.3358 | 0.4667 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.31.0
62
  - Pytorch 2.0.1
63
- - Datasets 2.14.0
64
  - Tokenizers 0.13.3
 
17
 
18
  This model is a fine-tuned version of [bhadresh-savani/distilbert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.3369
21
+ - Accuracy: 0.5333
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 1.9751278154829286e-05
41
+ - train_batch_size: 16
42
  - eval_batch_size: 8
43
+ - seed: 4
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 4
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 8 | 1.3971 | 0.4 |
53
+ | 1.3064 | 2.0 | 16 | 1.3286 | 0.5333 |
54
+ | 1.153 | 3.0 | 24 | 1.3240 | 0.5333 |
55
+ | 0.9528 | 4.0 | 32 | 1.3369 | 0.5333 |
 
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.31.0
61
  - Pytorch 2.0.1
62
+ - Datasets 2.14.1
63
  - Tokenizers 0.13.3