Training in progress epoch 0
Browse files- README.md +3 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ 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 Accuracy: {'accuracy': 1.0}
|
21 |
- Train Precision: 1.0
|
22 |
- Train Recall: 1.0
|
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------:|:---------------:|:------------:|:--------:|:-----:|
|
50 |
-
| 0.
|
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.1819
|
19 |
+
- Validation Loss: 0.1267
|
20 |
- Train Accuracy: {'accuracy': 1.0}
|
21 |
- Train Precision: 1.0
|
22 |
- Train Recall: 1.0
|
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------:|:---------------:|:------------:|:--------:|:-----:|
|
50 |
+
| 0.1819 | 0.1267 | {'accuracy': 1.0} | 1.0 | 1.0 | 1.0 | 0 |
|
51 |
|
52 |
|
53 |
### 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:884dc4c134a1344087194d047e4cad0f5eb51d2a2f069c4ae073a5bcfb9c290e
|
3 |
size 737986856
|