Commit
·
dd06cc5
1
Parent(s):
cf8a56a
Training in progress epoch 2
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: 2.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 3.8593 | 0.1838 | 0.1690 | 2.9074 | 0.3506 | 0.3319 | 0 |
|
51 |
| 3.0501 | 0.3257 | 0.2954 | 2.5522 | 0.4171 | 0.3859 | 1 |
|
|
|
52 |
|
53 |
|
54 |
### 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.7183
|
19 |
+
- Train End Logits Accuracy: 0.3845
|
20 |
+
- Train Start Logits Accuracy: 0.3534
|
21 |
+
- Validation Loss: 2.2123
|
22 |
+
- Validation End Logits Accuracy: 0.4803
|
23 |
+
- Validation Start Logits Accuracy: 0.4547
|
24 |
+
- Epoch: 2
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 3.8593 | 0.1838 | 0.1690 | 2.9074 | 0.3506 | 0.3319 | 0 |
|
51 |
| 3.0501 | 0.3257 | 0.2954 | 2.5522 | 0.4171 | 0.3859 | 1 |
|
52 |
+
| 2.7183 | 0.3845 | 0.3534 | 2.2123 | 0.4803 | 0.4547 | 2 |
|
53 |
|
54 |
|
55 |
### 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:de75d2ba924f5ccbb28cbebff6ecdc93783c7d23fac9e1d4324df862ad3d68b4
|
3 |
size 54221088
|