End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/deberta-v2-xxlarge
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: deberta-v2-xxl-imdb-v0.1
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# deberta-v2-xxl-imdb-v0.1
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [microsoft/deberta-v2-xxlarge](https://huggingface.co/microsoft/deberta-v2-xxlarge) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1684
|
24 |
+
- Accuracy: 0.9708
|
25 |
+
- F1: 0.9710
|
26 |
+
- Precision: 0.9669
|
27 |
+
- Recall: 0.9750
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: cosine
|
52 |
+
- lr_scheduler_warmup_ratio: 0.2
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.0607 | 1.0 | 6250 | 0.2211 | 0.9616 | 0.9611 | 0.9738 | 0.9487 |
|
60 |
+
| 0.3056 | 2.0 | 12500 | 0.1855 | 0.9662 | 0.9658 | 0.9770 | 0.9548 |
|
61 |
+
| 0.0502 | 3.0 | 18750 | 0.1790 | 0.9696 | 0.9697 | 0.9668 | 0.9726 |
|
62 |
+
| 0.2397 | 4.0 | 25000 | 0.1741 | 0.9705 | 0.9707 | 0.9634 | 0.9782 |
|
63 |
+
| 0.1207 | 5.0 | 31250 | 0.1662 | 0.9708 | 0.9708 | 0.9713 | 0.9702 |
|
64 |
+
| 0.0637 | 6.0 | 37500 | 0.1718 | 0.9707 | 0.9707 | 0.9710 | 0.9703 |
|
65 |
+
| 0.3034 | 7.0 | 43750 | 0.1687 | 0.9706 | 0.9707 | 0.9670 | 0.9745 |
|
66 |
+
| 0.0013 | 8.0 | 50000 | 0.1683 | 0.9708 | 0.9709 | 0.9668 | 0.9751 |
|
67 |
+
| 0.0543 | 9.0 | 56250 | 0.1683 | 0.9707 | 0.9708 | 0.9667 | 0.9750 |
|
68 |
+
| 0.1015 | 10.0 | 62500 | 0.1684 | 0.9708 | 0.9710 | 0.9669 | 0.9750 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.39.2
|
74 |
+
- Pytorch 2.2.1+cu121
|
75 |
+
- Datasets 2.18.0
|
76 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3133926124
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e5ea7a4622258469fb0b7e9d2070bb79983c1245015c73f6e8fd0cfacfd560
|
3 |
size 3133926124
|
runs/Mar31_05-52-25_2d90d22032e9/events.out.tfevents.1711864348.2d90d22032e9.2869.0
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:a5a60aa0684d994fc7197b89aac1a8920a68e42aa92617fad16837d7f647073f
|
3 |
+
size 549928
|