Model save
Browse files- README.md +19 -26
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -18,23 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
- F1 Micro: 0.
|
| 26 |
-
- Precision Macro: 0.
|
| 27 |
-
- Recall Macro: 0.
|
| 28 |
-
- Precision Micro: 0.
|
| 29 |
-
- Recall Micro: 0.
|
| 30 |
-
- Precision Class 0: 0.9332
|
| 31 |
-
- Recall Class 0: 0.9369
|
| 32 |
-
- F1 Class 0: 0.9350
|
| 33 |
-
- Support Class 0: 745
|
| 34 |
-
- Precision Class 1: 0.9479
|
| 35 |
-
- Recall Class 1: 0.9448
|
| 36 |
-
- F1 Class 1: 0.9463
|
| 37 |
-
- Support Class 1: 905
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -64,19 +56,20 @@ The following hyperparameters were used during training:
|
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
-
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|
| 78 |
|
| 79 |
-
- Transformers 4.
|
| 80 |
- Pytorch 2.6.0+cu124
|
| 81 |
- Datasets 2.14.4
|
| 82 |
- Tokenizers 0.21.1
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3534
|
| 22 |
+
- Accuracy: 0.9337
|
| 23 |
+
- F1 Macro: 0.9322
|
| 24 |
+
- Accuracy Balanced: 0.9309
|
| 25 |
+
- F1 Micro: 0.9337
|
| 26 |
+
- Precision Macro: 0.9336
|
| 27 |
+
- Recall Macro: 0.9309
|
| 28 |
+
- Precision Micro: 0.9337
|
| 29 |
+
- Recall Micro: 0.9337
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## Model description
|
| 32 |
|
|
|
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
|
| 60 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
|
| 61 |
+
| 0.5053 | 0.5663 | 500 | 0.3745 | 0.8924 | 0.8911 | 0.8953 | 0.8924 | 0.8892 | 0.8953 | 0.8924 | 0.8924 |
|
| 62 |
+
| 0.3056 | 1.1325 | 1000 | 0.3315 | 0.9151 | 0.9139 | 0.9174 | 0.9151 | 0.9119 | 0.9174 | 0.9151 | 0.9151 |
|
| 63 |
+
| 0.2184 | 1.6988 | 1500 | 0.3414 | 0.9264 | 0.9253 | 0.9280 | 0.9264 | 0.9234 | 0.9280 | 0.9264 | 0.9264 |
|
| 64 |
+
| 0.2006 | 2.2650 | 2000 | 0.3502 | 0.9298 | 0.9279 | 0.9255 | 0.9298 | 0.9310 | 0.9255 | 0.9298 | 0.9298 |
|
| 65 |
+
| 0.1464 | 2.8313 | 2500 | 0.3143 | 0.9337 | 0.9323 | 0.9321 | 0.9337 | 0.9325 | 0.9321 | 0.9337 | 0.9337 |
|
| 66 |
+
| 0.1177 | 3.3975 | 3000 | 0.3550 | 0.9349 | 0.9332 | 0.9313 | 0.9349 | 0.9356 | 0.9313 | 0.9349 | 0.9349 |
|
| 67 |
+
| 0.0992 | 3.9638 | 3500 | 0.3534 | 0.9337 | 0.9322 | 0.9309 | 0.9337 | 0.9336 | 0.9309 | 0.9337 | 0.9337 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
| 71 |
|
| 72 |
+
- Transformers 4.52.2
|
| 73 |
- Pytorch 2.6.0+cu124
|
| 74 |
- Datasets 2.14.4
|
| 75 |
- Tokenizers 0.21.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1115268200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ef1cf6fd408425a8ec9aa758301236f960a8f6148d6bff40eda2bc8a5f44756
|
| 3 |
size 1115268200
|