Playingyoyo commited on
Commit
0401633
·
verified ·
1 Parent(s): 04d25f5

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -3
tokenizer_config.json CHANGED
@@ -10,9 +10,9 @@
10
  }
11
  },
12
  "clean_up_tokenization_spaces": false,
13
- "model_max_length": 64,
 
14
  "pad_token": "<|endoftext|>",
15
- "padding": true,
16
- "padding_side": "right",
17
  "tokenizer_class": "PreTrainedTokenizerFast"
18
  }
 
10
  }
11
  },
12
  "clean_up_tokenization_spaces": false,
13
+ "max_length": 42,
14
+ "model_max_length": 1000000000000000019884624838656,
15
  "pad_token": "<|endoftext|>",
16
+ "padding": "max_length",
 
17
  "tokenizer_class": "PreTrainedTokenizerFast"
18
  }