eysharaazia
commited on
Commit
•
f3ca15f
1
Parent(s):
8d9552e
cyber_deberta
Browse files- README.md +14 -11
- model.safetensors +1 -1
- training_args.bin +2 -2
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.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -47,8 +47,11 @@ The following hyperparameters were used during training:
|
|
47 |
- train_batch_size: 64
|
48 |
- eval_batch_size: 64
|
49 |
- seed: 42
|
|
|
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
-
- lr_scheduler_type:
|
|
|
52 |
- num_epochs: 5
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
@@ -56,11 +59,11 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### 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.3811
|
24 |
+
- Accuracy: 0.8357
|
25 |
+
- F1: 0.8180
|
26 |
+
- Precision: 0.8167
|
27 |
+
- Recall: 0.8193
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
47 |
- train_batch_size: 64
|
48 |
- eval_batch_size: 64
|
49 |
- seed: 42
|
50 |
+
- gradient_accumulation_steps: 2
|
51 |
+
- total_train_batch_size: 128
|
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 |
|
|
|
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
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1115268200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e3d78e6a0ec3ff63c47cc5a99cdb2f29ca5b488f39f45476fa9bdfef115046e
|
3 |
size 1115268200
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49dcaa7482fed2158c1abd1129fcd16d8f4e37bcefd022a489d704af4cc934b6
|
3 |
+
size 5048
|