Thamer Smadi
commited on
Commit
·
21bd6c6
1
Parent(s):
9cd25e2
Training in progress epoch 2
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Binary Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
- Validation Binary Accuracy: 0.5092
|
22 |
- Train F1: 0.6748
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:--------:|:-----:|
|
49 |
| 0.7292 | 0.6233 | 0.7062 | 0.5092 | 0.6748 | 0 |
|
50 |
| 0.6881 | 0.5551 | 0.7137 | 0.5092 | 0.6748 | 1 |
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.6869
|
19 |
+
- Train Binary Accuracy: 0.5541
|
20 |
+
- Validation Loss: 0.7140
|
21 |
- Validation Binary Accuracy: 0.5092
|
22 |
- Train F1: 0.6748
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:--------:|:-----:|
|
49 |
| 0.7292 | 0.6233 | 0.7062 | 0.5092 | 0.6748 | 0 |
|
50 |
| 0.6881 | 0.5551 | 0.7137 | 0.5092 | 0.6748 | 1 |
|
51 |
+
| 0.6869 | 0.5541 | 0.7140 | 0.5092 | 0.6748 | 2 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438225104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe3f9af5b0f1629bba67a7472f9078ca6fd4326e2d29dd5ee2cd9a37f6d2d08
|
3 |
size 438225104
|