angkul07 commited on
Commit
11143e4
·
verified ·
1 Parent(s): 2b7330f

Upload 3 files

Browse files
Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +8 -0
  3. vocab.json +0 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 256,
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "unk_token": "<unk>",
6
+ "pad_token": "<pad>"
7
+ }
8
+
vocab.json ADDED
The diff for this file is too large to render. See raw diff