freewheelin commited on
Commit
a651e53
1 Parent(s): 90332a2

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +1 -5
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 4096,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -128032,17 +128032,13 @@
128032
  "clean_up_tokenization_spaces": false,
128033
  "eos_token": "<|im_end|>",
128034
  "legacy": true,
128035
- "max_length": 4096,
128036
  "model_max_length": 4096,
128037
  "pad_token": "</s>",
128038
- "padding_side": "right",
128039
  "sp_model_kwargs": {},
128040
  "spaces_between_special_tokens": false,
128041
  "split_special_tokens": false,
128042
- "stride": 0,
128043
  "tokenizer_class": "LlamaTokenizer",
128044
- "truncation_side": "right",
128045
- "truncation_strategy": "longest_first",
128046
  "trust_remote_code": false,
128047
  "unk_token": "<unk>",
128048
  "use_default_system_prompt": true,
 
128032
  "clean_up_tokenization_spaces": false,
128033
  "eos_token": "<|im_end|>",
128034
  "legacy": true,
 
128035
  "model_max_length": 4096,
128036
  "pad_token": "</s>",
128037
+ "padding_side": "left",
128038
  "sp_model_kwargs": {},
128039
  "spaces_between_special_tokens": false,
128040
  "split_special_tokens": false,
 
128041
  "tokenizer_class": "LlamaTokenizer",
 
 
128042
  "trust_remote_code": false,
128043
  "unk_token": "<unk>",
128044
  "use_default_system_prompt": true,