terumi
commited on
Commit
•
42c869b
1
Parent(s):
13e26c6
new files
Browse files- merges.txt +0 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
merges.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "<|endoftext|>"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"pad_token": "<|endoftext|>", "special_tokens_map_file": null, "full_tokenizer_file": null}
|