Venkatesh4342 commited on
Commit
a2467a4
1 Parent(s): 15c5351

End of training

Browse files
Files changed (2) hide show
  1. README.md +23 -13
  2. model.safetensors +1 -1
README.md CHANGED
@@ -22,10 +22,10 @@ should probably proofread and complete it, then remove this comment. -->
22
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0416
25
- - Precision: 0.9291
26
  - Recall: 0.9704
27
- - F1: 0.9493
28
- - Accuracy: 0.9910
29
 
30
  ## Model description
31
 
@@ -44,24 +44,34 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 2e-05
48
- - train_batch_size: 4
49
- - eval_batch_size: 4
50
  - seed: 42
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
- - num_epochs: 6
 
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | No log | 1.0 | 184 | 0.0454 | 0.9154 | 0.8815 | 0.8981 | 0.9843 |
60
- | No log | 2.0 | 368 | 0.0444 | 0.9220 | 0.9630 | 0.9420 | 0.9903 |
61
- | 0.0654 | 3.0 | 552 | 0.0416 | 0.9291 | 0.9704 | 0.9493 | 0.9910 |
62
- | 0.0654 | 4.0 | 736 | 0.0422 | 0.9489 | 0.9630 | 0.9559 | 0.9918 |
63
- | 0.0654 | 5.0 | 920 | 0.0451 | 0.9416 | 0.9556 | 0.9485 | 0.9910 |
64
- | 0.0064 | 6.0 | 1104 | 0.0461 | 0.9416 | 0.9556 | 0.9485 | 0.9910 |
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ### Framework versions
 
22
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0416
25
+ - Precision: 0.9632
26
  - Recall: 0.9704
27
+ - F1: 0.9668
28
+ - Accuracy: 0.9933
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
  - seed: 42
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 100
54
+ - num_epochs: 15
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | No log | 1.0 | 92 | 0.1193 | 0.625 | 0.7407 | 0.6780 | 0.9588 |
61
+ | No log | 2.0 | 184 | 0.0522 | 0.8643 | 0.8963 | 0.88 | 0.9798 |
62
+ | No log | 3.0 | 276 | 0.0554 | 0.8897 | 0.8963 | 0.8930 | 0.9835 |
63
+ | No log | 4.0 | 368 | 0.0362 | 0.9416 | 0.9556 | 0.9485 | 0.9910 |
64
+ | No log | 5.0 | 460 | 0.0315 | 0.9286 | 0.9630 | 0.9455 | 0.9918 |
65
+ | 0.1731 | 6.0 | 552 | 0.0416 | 0.9632 | 0.9704 | 0.9668 | 0.9933 |
66
+ | 0.1731 | 7.0 | 644 | 0.0496 | 0.9420 | 0.9630 | 0.9524 | 0.9910 |
67
+ | 0.1731 | 8.0 | 736 | 0.0527 | 0.9420 | 0.9630 | 0.9524 | 0.9910 |
68
+ | 0.1731 | 9.0 | 828 | 0.0604 | 0.9348 | 0.9556 | 0.9451 | 0.9895 |
69
+ | 0.1731 | 10.0 | 920 | 0.0564 | 0.9420 | 0.9630 | 0.9524 | 0.9910 |
70
+ | 0.0028 | 11.0 | 1012 | 0.0571 | 0.9493 | 0.9704 | 0.9597 | 0.9918 |
71
+ | 0.0028 | 12.0 | 1104 | 0.0570 | 0.9493 | 0.9704 | 0.9597 | 0.9918 |
72
+ | 0.0028 | 13.0 | 1196 | 0.0559 | 0.9493 | 0.9704 | 0.9597 | 0.9918 |
73
+ | 0.0028 | 14.0 | 1288 | 0.0574 | 0.9493 | 0.9704 | 0.9597 | 0.9918 |
74
+ | 0.0028 | 15.0 | 1380 | 0.0576 | 0.9493 | 0.9704 | 0.9597 | 0.9918 |
75
 
76
 
77
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be5330642bc16ac596bf54d99684ef8047ee8e364aa30203e7788a4029e67a3b
3
  size 735359804
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37998b35c5c917e035991f5b0c72727691be0df907956da6df5b0382a2c7db1
3
  size 735359804