tarsssss commited on
Commit
4121aeb
·
1 Parent(s): 1d8a80f

Training in progress epoch 16

Browse files
Files changed (3) hide show
  1. README.md +4 -14
  2. tf_model.h5 +1 -1
  3. 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.2264
17
- - Validation Loss: 1.0297
18
- - Epoch: 15
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.2445 | 1.0249 | 5 |
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:1759a19cada8cb3acd15f988fba3dc254322a9bad1c1051587f14712dc3d1caf
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": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": "BatchLongest",
 
 
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,