nguyennghia0902
commited on
Commit
•
5ca3fc0
1
Parent(s):
02d6397
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:
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 1.
|
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.5007 | 0.4217 | 0.3882 | 2.0728 | 0.5036 | 0.4895 | 1 |
|
52 |
| 2.2043 | 0.4835 | 0.4496 | 1.8175 | 0.5578 | 0.5406 | 2 |
|
53 |
| 2.0197 | 0.5187 | 0.4879 | 1.6380 | 0.5947 | 0.5795 | 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: 1.8749
|
19 |
+
- Train End Logits Accuracy: 0.5476
|
20 |
+
- Train Start Logits Accuracy: 0.5157
|
21 |
+
- Validation Loss: 1.4806
|
22 |
+
- Validation End Logits Accuracy: 0.6256
|
23 |
+
- Validation Start Logits Accuracy: 0.6152
|
24 |
+
- Epoch: 4
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
51 |
| 2.5007 | 0.4217 | 0.3882 | 2.0728 | 0.5036 | 0.4895 | 1 |
|
52 |
| 2.2043 | 0.4835 | 0.4496 | 1.8175 | 0.5578 | 0.5406 | 2 |
|
53 |
| 2.0197 | 0.5187 | 0.4879 | 1.6380 | 0.5947 | 0.5795 | 3 |
|
54 |
+
| 1.8749 | 0.5476 | 0.5157 | 1.4806 | 0.6256 | 0.6152 | 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:f4688a622734d732e24db9cc0b215ba91e6ef42715fad8384df7e91328fd0876
|
3 |
size 54221088
|