Training in progress epoch 1
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,9 +16,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Validation Loss | Epoch |
|
46 |
|:----------:|:---------------:|:-----:|
|
47 |
| 0.2435 | 0.0844 | 0 |
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0413
|
20 |
+
- Validation Loss: 0.0717
|
21 |
+
- Epoch: 1
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
| Train Loss | Validation Loss | Epoch |
|
46 |
|:----------:|:---------------:|:-----:|
|
47 |
| 0.2435 | 0.0844 | 0 |
|
48 |
+
| 0.0413 | 0.0717 | 1 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 431179756
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a08a16876043fe5d6f773ee93a3f15e635548e5758fa4c2b90e4960f20ec9fbe
|
3 |
size 431179756
|