Training completed!
Browse files- README.md +84 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: MoritzLaurer/mDeBERTa-v3-base-mnli-xnli
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: cs221-mDeBERTa-v3-base-mnli-xnli-finetuned-20-epochs
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# cs221-mDeBERTa-v3-base-mnli-xnli-finetuned-20-epochs
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [MoritzLaurer/mDeBERTa-v3-base-mnli-xnli](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5558
|
23 |
+
- F1: 0.7088
|
24 |
+
- Roc Auc: 0.7803
|
25 |
+
- Accuracy: 0.3953
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.6081 | 1.0 | 64 | 0.5854 | 0.4511 | 0.6250 | 0.1759 |
|
58 |
+
| 0.5318 | 2.0 | 128 | 0.5056 | 0.5413 | 0.6739 | 0.2905 |
|
59 |
+
| 0.4634 | 3.0 | 192 | 0.4846 | 0.6178 | 0.7158 | 0.3103 |
|
60 |
+
| 0.417 | 4.0 | 256 | 0.4696 | 0.6609 | 0.7452 | 0.3340 |
|
61 |
+
| 0.3762 | 5.0 | 320 | 0.4645 | 0.6707 | 0.7522 | 0.3577 |
|
62 |
+
| 0.3187 | 6.0 | 384 | 0.4622 | 0.6802 | 0.7591 | 0.3636 |
|
63 |
+
| 0.2801 | 7.0 | 448 | 0.4691 | 0.6953 | 0.7702 | 0.3557 |
|
64 |
+
| 0.2593 | 8.0 | 512 | 0.4847 | 0.6833 | 0.7614 | 0.3498 |
|
65 |
+
| 0.2278 | 9.0 | 576 | 0.4878 | 0.6941 | 0.7691 | 0.3775 |
|
66 |
+
| 0.1917 | 10.0 | 640 | 0.5014 | 0.7001 | 0.7735 | 0.3834 |
|
67 |
+
| 0.1761 | 11.0 | 704 | 0.5298 | 0.7020 | 0.7747 | 0.3893 |
|
68 |
+
| 0.1494 | 12.0 | 768 | 0.5417 | 0.7009 | 0.7741 | 0.3972 |
|
69 |
+
| 0.1422 | 13.0 | 832 | 0.5437 | 0.7074 | 0.7791 | 0.3953 |
|
70 |
+
| 0.1132 | 14.0 | 896 | 0.5602 | 0.6965 | 0.7709 | 0.3794 |
|
71 |
+
| 0.108 | 15.0 | 960 | 0.5558 | 0.7088 | 0.7803 | 0.3953 |
|
72 |
+
| 0.0945 | 16.0 | 1024 | 0.5700 | 0.7026 | 0.7753 | 0.3913 |
|
73 |
+
| 0.1004 | 17.0 | 1088 | 0.5748 | 0.7055 | 0.7776 | 0.3953 |
|
74 |
+
| 0.0857 | 18.0 | 1152 | 0.5733 | 0.7056 | 0.7776 | 0.3913 |
|
75 |
+
| 0.0893 | 19.0 | 1216 | 0.5731 | 0.7032 | 0.7759 | 0.3913 |
|
76 |
+
| 0.0881 | 20.0 | 1280 | 0.5735 | 0.7040 | 0.7765 | 0.3913 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.47.1
|
82 |
+
- Pytorch 2.5.1+cu121
|
83 |
+
- Datasets 3.2.0
|
84 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1115277436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d8db39fbc3869cb3d9a9ccb283485c3ee021408fdf7ad3fecfd6522ecff3da7
|
3 |
size 1115277436
|