nguyennghia0902
commited on
Commit
•
02d6397
1
Parent(s):
bd5649f
Training in progress epoch 3
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: 1.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
| 3.1881 | 0.3010 | 0.2689 | 2.5228 | 0.4049 | 0.3836 | 0 |
|
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 |
|
54 |
|
55 |
### 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.0197
|
19 |
+
- Train End Logits Accuracy: 0.5187
|
20 |
+
- Train Start Logits Accuracy: 0.4879
|
21 |
+
- Validation Loss: 1.6380
|
22 |
+
- Validation End Logits Accuracy: 0.5947
|
23 |
+
- Validation Start Logits Accuracy: 0.5795
|
24 |
+
- Epoch: 3
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
| 3.1881 | 0.3010 | 0.2689 | 2.5228 | 0.4049 | 0.3836 | 0 |
|
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
|
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:6a4c9c12308e43f689b1ac58d19a878ee435b76397560319ea966c3c9176e8fd
|
3 |
size 54221088
|