Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
    	
        tokenizer_config.json
    CHANGED
    
    | @@ -4537,6 +4537,7 @@ | |
| 4537 | 
             
              "bos_token": "<|begin_of_text|>",
         | 
| 4538 | 
             
              "clean_up_tokenization_spaces": true,
         | 
| 4539 | 
             
              "eos_token": "<|end_of_text|>",
         | 
|  | |
| 4540 | 
             
              "extra_special_tokens": {},
         | 
| 4541 | 
             
              "model_max_length": 1000000000000000019884624838656,
         | 
| 4542 | 
             
              "pad_token": "<pad>",
         | 
|  | |
| 4537 | 
             
              "bos_token": "<|begin_of_text|>",
         | 
| 4538 | 
             
              "clean_up_tokenization_spaces": true,
         | 
| 4539 | 
             
              "eos_token": "<|end_of_text|>",
         | 
| 4540 | 
            +
              "model_input_names": ["input_ids", "attention_mask"],
         | 
| 4541 | 
             
              "extra_special_tokens": {},
         | 
| 4542 | 
             
              "model_max_length": 1000000000000000019884624838656,
         | 
| 4543 | 
             
              "pad_token": "<pad>",
         | 

