Training in progress epoch 0
Browse files- README.md +5 -7
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -12,11 +12,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# knat/electra_eli5_mlm_model_kt
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 2.
|
| 18 |
-
- Validation Loss: 2.
|
| 19 |
-
- Epoch:
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -42,9 +42,7 @@ The following hyperparameters were used during training:
|
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
-
| 2.
|
| 46 |
-
| 2.2641 | 2.1221 | 1 |
|
| 47 |
-
| 2.2236 | 2.1200 | 2 |
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
|
|
|
| 12 |
|
| 13 |
# knat/electra_eli5_mlm_model_kt
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [knat/electra_eli5_mlm_model_kt](https://huggingface.co/knat/electra_eli5_mlm_model_kt) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 2.4828
|
| 18 |
+
- Validation Loss: 2.3100
|
| 19 |
+
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
+
| 2.4828 | 2.3100 | 0 |
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ElectraForMaskedLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "knat/electra_eli5_mlm_model_kt",
|
| 3 |
"architectures": [
|
| 4 |
"ElectraForMaskedLM"
|
| 5 |
],
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70366536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81e4c04b6637bd9b58909393505086fd6176ba5105d757a43549ca98eddae825
|
| 3 |
size 70366536
|