nguyennghia0902
commited on
Commit
•
b9ce205
1
Parent(s):
c889ffd
Training in progress epoch 14
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: 0.
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 0.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -61,6 +61,7 @@ The following hyperparameters were used during training:
|
|
61 |
| 0.7520 | 0.7904 | 0.7699 | 0.3342 | 0.9048 | 0.9021 | 11 |
|
62 |
| 0.6869 | 0.8056 | 0.7848 | 0.2983 | 0.9134 | 0.9118 | 12 |
|
63 |
| 0.6320 | 0.8209 | 0.7994 | 0.2667 | 0.9223 | 0.9205 | 13 |
|
|
|
64 |
|
65 |
|
66 |
### 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: 0.5958
|
19 |
+
- Train End Logits Accuracy: 0.8298
|
20 |
+
- Train Start Logits Accuracy: 0.8077
|
21 |
+
- Validation Loss: 0.2565
|
22 |
+
- Validation End Logits Accuracy: 0.9243
|
23 |
+
- Validation Start Logits Accuracy: 0.9233
|
24 |
+
- Epoch: 14
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
61 |
| 0.7520 | 0.7904 | 0.7699 | 0.3342 | 0.9048 | 0.9021 | 11 |
|
62 |
| 0.6869 | 0.8056 | 0.7848 | 0.2983 | 0.9134 | 0.9118 | 12 |
|
63 |
| 0.6320 | 0.8209 | 0.7994 | 0.2667 | 0.9223 | 0.9205 | 13 |
|
64 |
+
| 0.5958 | 0.8298 | 0.8077 | 0.2565 | 0.9243 | 0.9233 | 14 |
|
65 |
|
66 |
|
67 |
### 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:8101e2a700a5fe9d04fbeb95d88a393b22cd5cf8406598d089f792e648172fd3
|
3 |
size 54221088
|