Manishkalra commited on
Commit
5c000e8
·
1 Parent(s): 65f3474

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.1473
21
- - Accuracy: 0.6490
22
- - F1: 0.6490
23
 
24
  ## Model description
25
 
@@ -44,17 +44,15 @@ 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: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.7569 | 1.0 | 1839 | 0.7595 | 0.6631 | 0.6631 |
54
- | 0.6716 | 2.0 | 3678 | 0.7809 | 0.6589 | 0.6589 |
55
- | 0.527 | 3.0 | 5517 | 0.8484 | 0.6619 | 0.6619 |
56
- | 0.3963 | 4.0 | 7356 | 1.0179 | 0.6486 | 0.6486 |
57
- | 0.296 | 5.0 | 9195 | 1.1473 | 0.6490 | 0.6490 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8186
21
+ - Accuracy: 0.6630
22
+ - F1: 0.6630
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: 3
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.7581 | 1.0 | 1839 | 0.7575 | 0.6649 | 0.6649 |
54
+ | 0.6685 | 2.0 | 3678 | 0.7727 | 0.6611 | 0.6611 |
55
+ | 0.5403 | 3.0 | 5517 | 0.8186 | 0.6630 | 0.6630 |
 
 
56
 
57
 
58
  ### Framework versions