jinymusim commited on
Commit
ba4574b
·
verified ·
1 Parent(s): 3784c20

Newer Model

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +1 -1
  3. tokenizer_config.json +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ade00775d38f5320c55f2537e513a917bd800c2aff16eb94e88f24fba6db1fd
3
  size 4924579866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54fd670ad61df693d9a144362b73cd1b0e9aaa8606f459a32ce73136395fdb02
3
  size 4924579866
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -27,7 +27,7 @@
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "[EOS]",
30
- "model_max_length": 1024,
31
  "pad_token": "[EOS]",
32
  "tokenizer_class": "PreTrainedTokenizerFast",
33
  "unk_token": "[UNK]"
 
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "[EOS]",
30
+ "model_max_length": 2048,
31
  "pad_token": "[EOS]",
32
  "tokenizer_class": "PreTrainedTokenizerFast",
33
  "unk_token": "[UNK]"