IshaanMan123 commited on
Commit
3437ab2
·
verified ·
1 Parent(s): 7d96b28

wipe old checkpoint

Browse files
Files changed (1) hide show
  1. checkpoint/tokenizer_config.json +0 -25
checkpoint/tokenizer_config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "backend": "tokenizers",
4
- "bos_token": "<s>",
5
- "clean_up_tokenization_spaces": false,
6
- "eos_token": "</s>",
7
- "eot_token": "▁<EOT>",
8
- "extra_special_tokens": [
9
- "▁<PRE>",
10
- "▁<MID>",
11
- "▁<SUF>",
12
- "▁<EOT>",
13
- "<FILL_ME>"
14
- ],
15
- "fill_token": "<FILL_ME>",
16
- "is_local": false,
17
- "middle_token": "▁<MID>",
18
- "model_max_length": 1000000000000000019884624838656,
19
- "pad_token": "</s>",
20
- "prefix_token": "▁<PRE>",
21
- "suffix_token": "▁<SUF>",
22
- "tokenizer_class": "CodeLlamaTokenizer",
23
- "unk_token": "<unk>",
24
- "use_default_system_prompt": false
25
- }