Pclanglais commited on
Commit
0473bda
1 Parent(s): f4cbaf5

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. 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": "PreTrainedTokenizer"
 
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
  }