squ11z1 commited on
Commit
8ca274c
·
verified ·
1 Parent(s): f15bd0f

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +13 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|end_of_text|>",
5
+ "is_local": true,
6
+ "model_input_names": [
7
+ "input_ids",
8
+ "attention_mask"
9
+ ],
10
+ "model_max_length": 1000000000000000019884624838656,
11
+ "pad_token": "<|end_of_text|>",
12
+ "tokenizer_class": "TokenizersBackend"
13
+ }