Training in progress epoch 2
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Train Precision: 0
|
21 |
- Train Recall: 1.0
|
22 |
-
- Train F1: 0
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:-----:|
|
49 |
| 0.7257 | 0.6381 | 0.5556 | 1.0 | 0.7143 | 0 |
|
50 |
| 0.5764 | 0.4544 | 0.5714 | 1.0 | 0.7273 | 1 |
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.4025
|
19 |
+
- Validation Loss: 0.3167
|
20 |
+
- Train Precision: 1.0
|
21 |
- Train Recall: 1.0
|
22 |
+
- Train F1: 1.0
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:-----:|
|
49 |
| 0.7257 | 0.6381 | 0.5556 | 1.0 | 0.7143 | 0 |
|
50 |
| 0.5764 | 0.4544 | 0.5714 | 1.0 | 0.7273 | 1 |
|
51 |
+
| 0.4025 | 0.3167 | 1.0 | 1.0 | 1.0 | 2 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737986856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:669ec735c6f7def9e85edc415d43fcdbb61182dba906fbbc846160bef264b4f3
|
3 |
size 737986856
|