HyperionHF
commited on
Commit
•
bc607f2
1
Parent(s):
2e86be3
Upload tokenizer_config.json
Browse files- tokenizer_config.json +10 -0
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": 2048,
|
6 |
+
"name_or_path": "codegen-2b",
|
7 |
+
"special_tokens_map_file": null,
|
8 |
+
"tokenizer_class": "CodeGenTokenizer",
|
9 |
+
"unk_token": "<|endoftext|>"
|
10 |
+
}
|