Training in progress epoch 21
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
- training_args.json +1 -1
README.md
CHANGED
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 1.
|
17 |
-
- Validation Loss: 1.
|
18 |
-
- Epoch:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
| 1.2249 | 1.0847 | 18 |
|
47 |
| 1.2255 | 1.0854 | 19 |
|
48 |
| 1.2251 | 1.0868 | 20 |
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.2175
|
17 |
+
- Validation Loss: 1.0863
|
18 |
+
- Epoch: 21
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
| 1.2249 | 1.0847 | 18 |
|
47 |
| 1.2255 | 1.0854 | 19 |
|
48 |
| 1.2251 | 1.0868 | 20 |
|
49 |
+
| 1.2175 | 1.0863 | 21 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 373902664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17fda2ef2c1abaac690717cc18549a339764128f82ce31b48a277769d34c624d
|
3 |
size 373902664
|
training_args.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"last_epoch":
|
|
|
1 |
+
{"last_epoch": 20}
|