nguyennghia0902
commited on
Commit
•
dd8da95
1
Parent(s):
fad3af7
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:
|
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.0253 | 0.3302 | 0.2968 | 2.2414 | 0.4704 | 0.4533 | 0 |
|
51 |
| 2.3162 | 0.4597 | 0.4260 | 1.8267 | 0.5511 | 0.5364 | 1 |
|
52 |
| 2.0285 | 0.5160 | 0.4813 | 1.5472 | 0.6109 | 0.5994 | 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: 1.8125
|
19 |
+
- Train End Logits Accuracy: 0.5587
|
20 |
+
- Train Start Logits Accuracy: 0.5287
|
21 |
+
- Validation Loss: 1.2995
|
22 |
+
- Validation End Logits Accuracy: 0.6688
|
23 |
+
- Validation Start Logits Accuracy: 0.6512
|
24 |
+
- Epoch: 3
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
| 3.0253 | 0.3302 | 0.2968 | 2.2414 | 0.4704 | 0.4533 | 0 |
|
51 |
| 2.3162 | 0.4597 | 0.4260 | 1.8267 | 0.5511 | 0.5364 | 1 |
|
52 |
| 2.0285 | 0.5160 | 0.4813 | 1.5472 | 0.6109 | 0.5994 | 2 |
|
53 |
+
| 1.8125 | 0.5587 | 0.5287 | 1.2995 | 0.6688 | 0.6512 | 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:9891ccf528e8abe76a86cd9be302500ce71f9e35cd273a64e8c7774a4a765676
|
3 |
size 54221088
|