microsoft/deberta-v3-base-finetuned-t_payment
Browse files- README.md +9 -9
- config.json +1 -1
- model.safetensors +1 -1
- runs/Jun25_22-17-34_8619c8f6a36e/events.out.tfevents.1719353854.8619c8f6a36e.841.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,15 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
-
- Transformers 4.41.
|
64 |
- Pytorch 2.3.0+cu121
|
65 |
- Tokenizers 0.19.1
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6916
|
22 |
+
- Accuracy: 0.975
|
23 |
+
- F1: 0.9729
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.6873 | 1.0 | 26 | 0.7043 | 0.95 | 0.9256 |
|
55 |
+
| 0.66 | 2.0 | 52 | 0.6669 | 0.955 | 0.9371 |
|
56 |
+
| 0.5209 | 3.0 | 78 | 0.5129 | 0.805 | 0.8556 |
|
57 |
+
| 0.2546 | 4.0 | 104 | 0.6089 | 0.97 | 0.9684 |
|
58 |
+
| 0.1266 | 5.0 | 130 | 0.6916 | 0.975 | 0.9729 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
+
- Transformers 4.41.2
|
64 |
- Pytorch 2.3.0+cu121
|
65 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.41.
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.41.2",
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737719272
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aff91b852aec047d4435ce125e6544c4e598e28a23c40ffc2e63d7397a11928c
|
3 |
size 737719272
|
runs/Jun25_22-17-34_8619c8f6a36e/events.out.tfevents.1719353854.8619c8f6a36e.841.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b8518ca4d3b8264ba78791a1d7594235e1363a0948d518d6011ca3d8e83dc71
|
3 |
+
size 8238
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83a5b4a57d4d1044e0d5c1b0793403fde33b00ad989519902ee8b9b69a5fea02
|
3 |
size 5176
|