nguyennghia0902
commited on
Commit
•
fbffda1
1
Parent(s):
08c9934
Training in progress epoch 1
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:
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 3.0718 | 0.3197 | 0.2882 | 2.3841 | 0.4358 | 0.4158 | 0 |
|
|
|
51 |
|
52 |
|
53 |
### 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.4050
|
19 |
+
- Train End Logits Accuracy: 0.4412
|
20 |
+
- Train Start Logits Accuracy: 0.4100
|
21 |
+
- Validation Loss: 1.9607
|
22 |
+
- Validation End Logits Accuracy: 0.5286
|
23 |
+
- Validation Start Logits Accuracy: 0.5126
|
24 |
+
- Epoch: 1
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 3.0718 | 0.3197 | 0.2882 | 2.3841 | 0.4358 | 0.4158 | 0 |
|
51 |
+
| 2.4050 | 0.4412 | 0.4100 | 1.9607 | 0.5286 | 0.5126 | 1 |
|
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 54221088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f014e8b19cd5d352d96ea2603b3aeedcc7363ad5aeebbda327e04f90b18be7f0
|
3 |
size 54221088
|