JustDoItNow
commited on
Commit
•
dc4d194
1
Parent(s):
5154fbd
Model save
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0084
|
23 |
+
- Accuracy: 0.9975
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.0336 | 2.0 | 100 | 0.0315 | 0.9975 |
|
57 |
+
| 0.0043 | 4.0 | 200 | 0.0105 | 0.9925 |
|
58 |
+
| 0.0006 | 6.0 | 300 | 0.0079 | 0.9975 |
|
59 |
+
| 0.0001 | 8.0 | 400 | 0.0086 | 0.9975 |
|
60 |
+
| 0.0002 | 10.0 | 500 | 0.0084 | 0.9975 |
|
61 |
|
62 |
|
63 |
### Framework versions
|