eysharaazia commited on
Commit
df86df9
1 Parent(s): f3ca15f

cyber_deberta

Browse files
Files changed (3) hide show
  1. README.md +16 -11
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3811
24
- - Accuracy: 0.8357
25
- - F1: 0.8180
26
- - Precision: 0.8167
27
- - Recall: 0.8193
28
 
29
  ## Model description
30
 
@@ -52,18 +52,23 @@ The following hyperparameters were used during training:
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
  - lr_scheduler_type: cosine
54
  - lr_scheduler_warmup_steps: 500
55
- - num_epochs: 5
56
  - mixed_precision_training: Native AMP
57
 
58
  ### Training results
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
62
- | 0.6162 | 1.0 | 105 | 0.6158 | 0.6573 | 0.3966 | 0.3292 | 0.4988 |
63
- | 0.4929 | 2.0 | 210 | 0.4845 | 0.7621 | 0.7338 | 0.7353 | 0.7325 |
64
- | 0.4092 | 3.0 | 315 | 0.4153 | 0.8044 | 0.7827 | 0.7824 | 0.7830 |
65
- | 0.3707 | 4.0 | 420 | 0.3846 | 0.8206 | 0.7986 | 0.8015 | 0.7960 |
66
- | 0.3046 | 5.0 | 525 | 0.3811 | 0.8357 | 0.8180 | 0.8167 | 0.8193 |
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4424
24
+ - Accuracy: 0.8383
25
+ - F1: 0.8222
26
+ - Precision: 0.8189
27
+ - Recall: 0.8260
28
 
29
  ## Model description
30
 
 
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
  - lr_scheduler_type: cosine
54
  - lr_scheduler_warmup_steps: 500
55
+ - num_epochs: 10
56
  - mixed_precision_training: Native AMP
57
 
58
  ### Training results
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
62
+ | 0.5757 | 1.0 | 105 | 0.5760 | 0.6948 | 0.5676 | 0.6774 | 0.5811 |
63
+ | 0.4861 | 2.0 | 210 | 0.4837 | 0.7663 | 0.7328 | 0.7410 | 0.7272 |
64
+ | 0.4106 | 3.0 | 315 | 0.4200 | 0.8033 | 0.7800 | 0.7817 | 0.7785 |
65
+ | 0.3777 | 4.0 | 420 | 0.3928 | 0.8200 | 0.7953 | 0.8033 | 0.7893 |
66
+ | 0.2995 | 5.0 | 525 | 0.3835 | 0.8331 | 0.8187 | 0.8129 | 0.8272 |
67
+ | 0.3012 | 6.0 | 630 | 0.3786 | 0.8404 | 0.8222 | 0.8227 | 0.8217 |
68
+ | 0.26 | 7.0 | 735 | 0.3827 | 0.8399 | 0.8265 | 0.8202 | 0.8361 |
69
+ | 0.2388 | 8.0 | 840 | 0.4340 | 0.8346 | 0.8139 | 0.8180 | 0.8104 |
70
+ | 0.2092 | 9.0 | 945 | 0.4377 | 0.8388 | 0.8237 | 0.8192 | 0.8294 |
71
+ | 0.1957 | 10.0 | 1050 | 0.4424 | 0.8383 | 0.8222 | 0.8189 | 0.8260 |
72
 
73
 
74
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e3d78e6a0ec3ff63c47cc5a99cdb2f29ca5b488f39f45476fa9bdfef115046e
3
  size 1115268200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcc562bd25e738338e588ab90790dc9f408b69a300aeea8d858e2970f5636ae
3
  size 1115268200
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49dcaa7482fed2158c1abd1129fcd16d8f4e37bcefd022a489d704af4cc934b6
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4872928a4b23cd52ff0e11643e861a3e7d5659c78537158224a4fcf216119bcc
3
  size 5048