phailyoor commited on
Commit
35a0139
1 Parent(s): 8a074f5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.4917
20
- - Accuracy: 0.1472
21
 
22
  ## Model description
23
 
@@ -42,17 +42,19 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 2.7712 | 1.0 | 875 | 2.6037 | 0.1212 |
52
- | 2.4896 | 2.0 | 1750 | 2.5123 | 0.1365 |
53
- | 2.2153 | 3.0 | 2625 | 2.4918 | 0.142 |
54
- | 1.93 | 4.0 | 3500 | 2.4917 | 0.1472 |
55
- | 1.804 | 5.0 | 4375 | 2.5146 | 0.146 |
 
 
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.8670
20
+ - Accuracy: 0.1863
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 7
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 2.6746 | 1.0 | 919 | 2.5961 | 0.1324 |
52
+ | 2.3991 | 2.0 | 1838 | 2.5052 | 0.1448 |
53
+ | 2.036 | 3.0 | 2757 | 2.5028 | 0.1554 |
54
+ | 1.6838 | 4.0 | 3676 | 2.6002 | 0.1614 |
55
+ | 1.3583 | 5.0 | 4595 | 2.7135 | 0.1783 |
56
+ | 1.17 | 6.0 | 5514 | 2.8161 | 0.1787 |
57
+ | 1.0365 | 7.0 | 6433 | 2.8670 | 0.1863 |
58
 
59
 
60
  ### Framework versions