finnstrom3693 commited on
Commit
c58e114
1 Parent(s): 54810d7

Change model init into modeling4.py configuration

Browse files
Files changed (2) hide show
  1. model.keras +2 -2
  2. tokenizer.json +2 -2
model.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ee915ae18a45ab012349ffff56509b5aaaf1aae7fc343b4302cbdc2adc8c5c3
3
- size 463535108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5aab00b3f82af124c3c01379f687ebc7ed40a5b72cf5f3dce6ed78ab9408e65
3
+ size 463535152
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 20,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 20
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,