PriaPillai commited on
Commit
332e209
·
1 Parent(s): 605e824

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3953
21
- - Accuracy: 0.8545
22
- - F1: 0.8556
23
 
24
  ## Model description
25
 
@@ -44,14 +44,17 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 2
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.627 | 1.0 | 24 | 0.5081 | 0.8727 | 0.8721 |
54
- | 0.4394 | 2.0 | 48 | 0.3953 | 0.8545 | 0.8556 |
 
 
 
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0735
21
+ - Accuracy: 0.9643
22
+ - F1: 0.9643
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.56 | 1.0 | 24 | 0.4072 | 0.8214 | 0.8248 |
54
+ | 0.3144 | 2.0 | 48 | 0.2016 | 0.9286 | 0.9275 |
55
+ | 0.1469 | 3.0 | 72 | 0.1103 | 0.9643 | 0.9643 |
56
+ | 0.0986 | 4.0 | 96 | 0.0963 | 0.9821 | 0.9822 |
57
+ | 0.0768 | 5.0 | 120 | 0.0735 | 0.9643 | 0.9643 |
58
 
59
 
60
  ### Framework versions