End of training
Browse files- README.md +21 -21
- config.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -49,25 +49,25 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
| 1.
|
| 53 |
-
| 1.
|
| 54 |
-
| 1.
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.2729
|
| 21 |
+
- Accuracy: 0.9012
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| 1.7972 | 0.15 | 10 | 1.7800 | 0.1180 |
|
| 53 |
+
| 1.7665 | 0.31 | 20 | 1.7364 | 0.1180 |
|
| 54 |
+
| 1.622 | 0.46 | 30 | 1.5860 | 0.5031 |
|
| 55 |
+
| 1.4639 | 0.62 | 40 | 1.4145 | 0.5963 |
|
| 56 |
+
| 1.4343 | 0.77 | 50 | 1.2146 | 0.6087 |
|
| 57 |
+
| 1.1932 | 0.92 | 60 | 1.0479 | 0.6894 |
|
| 58 |
+
| 0.987 | 1.08 | 70 | 0.8519 | 0.8509 |
|
| 59 |
+
| 0.8341 | 1.23 | 80 | 0.7215 | 0.8509 |
|
| 60 |
+
| 0.74 | 1.38 | 90 | 0.5984 | 0.8820 |
|
| 61 |
+
| 0.7442 | 1.54 | 100 | 0.5217 | 0.8820 |
|
| 62 |
+
| 0.5566 | 1.69 | 110 | 0.4474 | 0.8882 |
|
| 63 |
+
| 0.4828 | 1.85 | 120 | 0.3901 | 0.8820 |
|
| 64 |
+
| 0.4622 | 2.0 | 130 | 0.3447 | 0.8944 |
|
| 65 |
+
| 0.4219 | 2.15 | 140 | 0.3367 | 0.8820 |
|
| 66 |
+
| 0.3469 | 2.31 | 150 | 0.3202 | 0.8882 |
|
| 67 |
+
| 0.2893 | 2.46 | 160 | 0.3041 | 0.8820 |
|
| 68 |
+
| 0.3712 | 2.62 | 170 | 0.2991 | 0.8882 |
|
| 69 |
+
| 0.3397 | 2.77 | 180 | 0.2891 | 0.8820 |
|
| 70 |
+
| 0.3161 | 2.92 | 190 | 0.2897 | 0.8944 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
config.json
CHANGED
|
@@ -8,21 +8,21 @@
|
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
"id2label": {
|
| 11 |
-
"0": "
|
| 12 |
"1": "Change",
|
| 13 |
"2": "No Match",
|
| 14 |
-
"3": "
|
| 15 |
"4": "Terminate",
|
| 16 |
-
"5": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
"Change": 1,
|
| 22 |
-
"Compensation":
|
| 23 |
-
"Install":
|
| 24 |
"No Match": 2,
|
| 25 |
-
"SBC":
|
| 26 |
"Terminate": 4
|
| 27 |
},
|
| 28 |
"layer_norm_eps": 1e-07,
|
|
|
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
"id2label": {
|
| 11 |
+
"0": "Install",
|
| 12 |
"1": "Change",
|
| 13 |
"2": "No Match",
|
| 14 |
+
"3": "SBC",
|
| 15 |
"4": "Terminate",
|
| 16 |
+
"5": "Compensation"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
"Change": 1,
|
| 22 |
+
"Compensation": 5,
|
| 23 |
+
"Install": 0,
|
| 24 |
"No Match": 2,
|
| 25 |
+
"SBC": 3,
|
| 26 |
"Terminate": 4
|
| 27 |
},
|
| 28 |
"layer_norm_eps": 1e-07,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737731584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af1f0dd2cd33c1c8d15d5b57a48af199f82451727a9c2b41616876b640c9fc6f
|
| 3 |
size 737731584
|