FlameF0X commited on
Commit
f182afa
·
verified ·
1 Parent(s): 21592ef

Upload 8 files

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