dipesh commited on
Commit
63320bf
·
1 Parent(s): 3bcfebd

Upload tokenizer

Browse files
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": "<|startoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|pad|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|startoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "name_or_path": "YurtsAI/yurts-python-code-gen-30-sparse",
7
+ "pad_token": "<|pad|>",
8
+ "special_tokens_map_file": null,
9
+ "tokenizer_class": "CodeGenTokenizer",
10
+ "unk_token": "<|endoftext|>"
11
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff