nguyennghia0902
commited on
Commit
•
9de7f7c
1
Parent(s):
8d7164b
Training in progress epoch 7
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 |
|
@@ -54,6 +54,7 @@ The following hyperparameters were used during training:
|
|
54 |
| 2.5472 | 0.4089 | 0.3742 | 2.3283 | 0.4498 | 0.4264 | 4 |
|
55 |
| 2.4725 | 0.4221 | 0.3912 | 2.2602 | 0.4605 | 0.4399 | 5 |
|
56 |
| 2.4119 | 0.4369 | 0.4017 | 2.1953 | 0.4765 | 0.4559 | 6 |
|
|
|
57 |
|
58 |
|
59 |
### 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.3562
|
19 |
+
- Train End Logits Accuracy: 0.4505
|
20 |
+
- Train Start Logits Accuracy: 0.4144
|
21 |
+
- Validation Loss: 2.1406
|
22 |
+
- Validation End Logits Accuracy: 0.4888
|
23 |
+
- Validation Start Logits Accuracy: 0.4689
|
24 |
+
- Epoch: 7
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
| 2.5472 | 0.4089 | 0.3742 | 2.3283 | 0.4498 | 0.4264 | 4 |
|
55 |
| 2.4725 | 0.4221 | 0.3912 | 2.2602 | 0.4605 | 0.4399 | 5 |
|
56 |
| 2.4119 | 0.4369 | 0.4017 | 2.1953 | 0.4765 | 0.4559 | 6 |
|
57 |
+
| 2.3562 | 0.4505 | 0.4144 | 2.1406 | 0.4888 | 0.4689 | 7 |
|
58 |
|
59 |
|
60 |
### 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:34b51d8f1d7a8ce3275462c5c6a2a4f0f103b0e89542689cb8566ac6a7c9bb33
|
3 |
size 54221088
|