shibatch commited on
Commit
bc81b16
·
verified ·
1 Parent(s): 63b207c

Delete hf/tokenizer_config.json

Browse files
Files changed (1) hide show
  1. hf/tokenizer_config.json +0 -10
hf/tokenizer_config.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "bos_token": "<s>",
5
- "eos_token": "</s>",
6
- "model_max_length": 256,
7
- "pad_token": "</s>",
8
- "tokenizer_class": "LlamaTokenizer",
9
- "unk_token": "<unk>"
10
- }