nguyennghia0902
commited on
Commit
•
6147743
1
Parent(s):
1e87221
Training in progress epoch 4
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-small-discriminator](https://huggingface.co/google/electra-small-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 2.
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 2.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
| 2.9538 | 0.3373 | 0.2952 | 2.6908 | 0.3760 | 0.3455 | 1 |
|
52 |
| 2.7599 | 0.3690 | 0.3326 | 2.5323 | 0.4072 | 0.3820 | 2 |
|
53 |
| 2.6351 | 0.3920 | 0.3568 | 2.4256 | 0.4286 | 0.4008 | 3 |
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-small-discriminator](https://huggingface.co/google/electra-small-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.5472
|
19 |
+
- Train End Logits Accuracy: 0.4089
|
20 |
+
- Train Start Logits Accuracy: 0.3742
|
21 |
+
- Validation Loss: 2.3283
|
22 |
+
- Validation End Logits Accuracy: 0.4498
|
23 |
+
- Validation Start Logits Accuracy: 0.4264
|
24 |
+
- Epoch: 4
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
51 |
| 2.9538 | 0.3373 | 0.2952 | 2.6908 | 0.3760 | 0.3455 | 1 |
|
52 |
| 2.7599 | 0.3690 | 0.3326 | 2.5323 | 0.4072 | 0.3820 | 2 |
|
53 |
| 2.6351 | 0.3920 | 0.3568 | 2.4256 | 0.4286 | 0.4008 | 3 |
|
54 |
+
| 2.5472 | 0.4089 | 0.3742 | 2.3283 | 0.4498 | 0.4264 | 4 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54221088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1457cfb0dc259feb96fc4331955c2c2674113961e62ac659d7f07adf6fbfdf1
|
3 |
size 54221088
|