Training in progress epoch 1
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Train Precision: 0.
|
23 |
-
- Train Recall: 0.
|
24 |
-
- Train F1: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.9796 | 0.8995 | 0.3173 | 0.8995 | 0.8999 | 0.8995 | 0.8989 | 0 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2811
|
19 |
+
- Train Accuracy: 0.932
|
20 |
+
- Validation Loss: 0.2170
|
21 |
+
- Validation Accuracy: 0.9320
|
22 |
+
- Train Precision: 0.9343
|
23 |
+
- Train Recall: 0.932
|
24 |
+
- Train F1: 0.9317
|
25 |
+
- Epoch: 1
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.9796 | 0.8995 | 0.3173 | 0.8995 | 0.8999 | 0.8995 | 0.8989 | 0 |
|
52 |
+
| 0.2811 | 0.932 | 0.2170 | 0.9320 | 0.9343 | 0.932 | 0.9317 | 1 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 283635496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:724ee1d54eb377075859eff6121eadc8c7fdbdf50a79d02f01075cb25d538848
|
3 |
size 283635496
|