Update tokenizer_config.json
Browse files- tokenizer_config.json +4 -1
 
    	
        tokenizer_config.json
    CHANGED
    
    | 
         @@ -41,7 +41,10 @@ 
     | 
|
| 41 | 
         
             
                  "special": true
         
     | 
| 42 | 
         
             
                }
         
     | 
| 43 | 
         
             
              },
         
     | 
| 
         | 
|
| 44 | 
         
             
              "clean_up_tokenization_spaces": true,
         
     | 
| 
         | 
|
| 45 | 
         
             
              "model_max_length": 4096,
         
     | 
| 46 | 
         
            -
              "tokenizer_class": " 
     | 
| 
         | 
|
| 47 | 
         
             
            }
         
     | 
| 
         | 
|
| 41 | 
         
             
                  "special": true
         
     | 
| 42 | 
         
             
                }
         
     | 
| 43 | 
         
             
              },
         
     | 
| 44 | 
         
            +
              "bos_token": "[CLS]",
         
     | 
| 45 | 
         
             
              "clean_up_tokenization_spaces": true,
         
     | 
| 46 | 
         
            +
              "eos_token": "[SEP]",
         
     | 
| 47 | 
         
             
              "model_max_length": 4096,
         
     | 
| 48 | 
         
            +
              "tokenizer_class": "PreTrainedTokenizerFast",
         
     | 
| 49 | 
         
            +
              "unk_token": "[UNK]"
         
     | 
| 50 | 
         
             
            }
         
     |