Training in progress epoch 0
Browse files- README.md +6 -9
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,9 @@ 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:
|
21 |
-
- Train Precision: 1.0
|
22 |
-
- Train Recall: 1.0
|
23 |
-
- Train F1: 1.0
|
24 |
- Epoch: 0
|
25 |
|
26 |
## Model description
|
@@ -45,9 +42,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Train Loss | Validation Loss | Train Accuracy
|
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.7230
|
19 |
+
- Validation Loss: 0.6753
|
20 |
+
- Train Accuracy: 0.5556
|
|
|
|
|
|
|
21 |
- Epoch: 0
|
22 |
|
23 |
## Model description
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
+
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.7230 | 0.6753 | 0.5556 | 0 |
|
48 |
|
49 |
|
50 |
### 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:ca76aa6500bae099d505dfd9e688c852bb1fae9b6489a2525d31063aff0fa4ea
|
3 |
size 737986856
|