Training in progress epoch 16
Browse files- README.md +4 -14
- tf_model.h5 +1 -1
- tokenizer.json +4 -2
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 |
|
@@ -41,17 +41,7 @@ The following hyperparameters were used during training:
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
-
| 1.
|
45 |
-
| 1.2386 | 1.0253 | 6 |
|
46 |
-
| 1.2438 | 1.0271 | 7 |
|
47 |
-
| 1.2405 | 1.0280 | 8 |
|
48 |
-
| 1.2384 | 1.0276 | 9 |
|
49 |
-
| 1.2351 | 1.0297 | 10 |
|
50 |
-
| 1.2332 | 1.0295 | 11 |
|
51 |
-
| 1.2361 | 1.0295 | 12 |
|
52 |
-
| 1.2303 | 1.0307 | 13 |
|
53 |
-
| 1.2253 | 1.0312 | 14 |
|
54 |
-
| 1.2264 | 1.0297 | 15 |
|
55 |
|
56 |
|
57 |
### 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.2292
|
17 |
+
- Validation Loss: 1.0824
|
18 |
+
- Epoch: 16
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 1.2292 | 1.0824 | 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### 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:783af7d97a235cb94cb3870acbc91992f3222e81e4568b9fc8a286c5fcc12e4b
|
3 |
size 373902664
|
tokenizer.json
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
|
|
|
|
11 |
"direction": "Right",
|
12 |
"pad_to_multiple_of": null,
|
13 |
"pad_id": 0,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 128
|
12 |
+
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|