Training in progress epoch 0
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +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
|
21 |
-
-
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -42,10 +44,9 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Train Loss | Validation Loss | Train
|
46 |
-
|
47 |
-
| 0.
|
48 |
-
| 0.6559 | 0.5935 | 0.5556 | 1 |
|
49 |
|
50 |
|
51 |
### 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.6636
|
19 |
+
- Validation Loss: 0.5905
|
20 |
+
- Train Precision: 0.0
|
21 |
+
- Train Recall: 0.0
|
22 |
+
- Train F1: 0.0
|
23 |
+
- Epoch: 0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Epoch |
|
48 |
+
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:-----:|
|
49 |
+
| 0.6636 | 0.5905 | 0.0 | 0.0 | 0.0 | 0 |
|
|
|
50 |
|
51 |
|
52 |
### 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:d690e55c7198774c3d2a8645999094d4e66b809e286b4c736edf36bf1f3cef45
|
3 |
size 737986856
|