shailja commited on
Commit
a0106f3
1 Parent(s): bd9ca6b

Upload 3 files

Browse files

added tokenizer and vocab jsons

Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +10 -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,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1e+20,
6
+ "name_or_path": "Salesforce/codegen-16B-multi",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "CodeGenTokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff