syedmoinms commited on
Commit
ea81dc4
·
verified ·
1 Parent(s): 61ad9f3

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -0
tokenizer_config.json CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "AutoTokenizer",
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "unk_token": "<|unk|>"
6
+ }