hyojuuun commited on
Commit
3e4fa22
1 Parent(s): 6ab1fdf

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +0 -0
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -2
config.json CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28d0c34fb4a3346fecf85f0565e13625907da455a9c51624919393e18395da3e
3
  size 437991588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a71d58ba5aada4e499ac45facd39fbe77245575997b3b926abb3ade37f4507f
3
  size 437991588
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
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,
 
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,