End of training
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
|
|
|
|
8 |
model-index:
|
9 |
- name: deberta-v2-xxlarge-finetuned-sst2
|
10 |
results: []
|
@@ -17,13 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/deberta-v2-xxlarge](https://huggingface.co/microsoft/deberta-v2-xxlarge) on the glue dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
-
|
21 |
-
-
|
22 |
-
- eval_runtime: 81.5624
|
23 |
-
- eval_samples_per_second: 10.691
|
24 |
-
- eval_steps_per_second: 2.673
|
25 |
-
- epoch: 0.58
|
26 |
-
- step: 9737
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -51,6 +48,13 @@ The following hyperparameters were used during training:
|
|
51 |
- lr_scheduler_warmup_ratio: 0.06
|
52 |
- num_epochs: 1
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.34.0
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: deberta-v2-xxlarge-finetuned-sst2
|
12 |
results: []
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/deberta-v2-xxlarge](https://huggingface.co/microsoft/deberta-v2-xxlarge) on the glue dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6968
|
23 |
+
- Accuracy: 0.5092
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- lr_scheduler_warmup_ratio: 0.06
|
49 |
- num_epochs: 1
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
55 |
+
| 0.679 | 1.0 | 16838 | 0.6968 | 0.5092 |
|
56 |
+
|
57 |
+
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.34.0
|