hmzkhnswt commited on
Commit
3091222
1 Parent(s): fe075b4

Upload tokenizer

Browse files
Files changed (4) hide show
  1. merges.txt +0 -0
  2. special_tokens_map.json +6 -0
  3. tokenizer_config.json +10 -0
  4. vocab.json +0 -0
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "__start__",
3
+ "eos_token": "__end__",
4
+ "pad_token": "__null__",
5
+ "unk_token": "__unk__"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "__start__",
3
+ "eos_token": "__end__",
4
+ "model_max_length": 512,
5
+ "pad_token": "__null__",
6
+ "special_tokens_map_file": null,
7
+ "tokenizer_class": "BlenderbotSmallTokenizer",
8
+ "tokenizer_file": null,
9
+ "unk_token": "__unk__"
10
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff