Eeppa commited on
Commit
e81762b
·
verified ·
1 Parent(s): 09886d8

Delete tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +0 -23
tokenizer.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
5
- "added_tokens": [
6
- {"id": 50256, "content": "<|endoftext|>", "special": true, "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}
7
- ],
8
- "normalizer": null,
9
- "pre_tokenizer": {"type": "ByteLevel", "add_prefix_space": false, "use_regex": true},
10
- "post_processor": null,
11
- "decoder": {"type": "ByteLevel"},
12
- "model": {
13
- "type": "BPE",
14
- "dropout": null,
15
- "unk_token": null,
16
- "continuing_subword_prefix": "",
17
- "end_of_word_suffix": "",
18
- "fuse_unk": false,
19
- "byte_fallback": false,
20
- "vocab": {},
21
- "merges": []
22
- }
23
- }