Commit
•
c0a1664
1
Parent(s):
77ec709
add tokenizer.json (#1)
Browse files- add tokenizer.json (9c3e48631c186fb733639835ad57911e9d99ddcf)
Co-authored-by: Sedrick Keh <sedrickkeh@users.noreply.huggingface.co>
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "tokenizer_class": "GPTNeoXTokenizer"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|