Training in progress epoch 1
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss:
|
| 18 |
-
- Train End Logits Accuracy: 0.
|
| 19 |
-
- Train Start Logits Accuracy: 0.
|
| 20 |
- Validation Loss: 0.0
|
| 21 |
- Validation End Logits Accuracy: 0.0
|
| 22 |
- Validation Start Logits Accuracy: 0.0
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
| 47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
| 1.4532 | 0.6299 | 0.6025 | 0.0 | 0.0 | 0.0 | 0 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.8982
|
| 18 |
+
- Train End Logits Accuracy: 0.7715
|
| 19 |
+
- Train Start Logits Accuracy: 0.7266
|
| 20 |
- Validation Loss: 0.0
|
| 21 |
- Validation End Logits Accuracy: 0.0
|
| 22 |
- Validation Start Logits Accuracy: 0.0
|
| 23 |
+
- Epoch: 1
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
| 1.4532 | 0.6299 | 0.6025 | 0.0 | 0.0 | 0.0 | 0 |
|
| 50 |
+
| 0.8982 | 0.7715 | 0.7266 | 0.0 | 0.0 | 0.0 | 1 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 431154128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be40b8466c04287b2ebab631ed4afffa20809d07cc20b3416ad532ddea9a1090
|
| 3 |
size 431154128
|