Felipehonorato
commited on
Commit
·
37e4997
1
Parent(s):
cc6da4c
TOkenizador
Browse files- added_tokens.json +1 -0
- merges.txt +0 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|startoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|startoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "max_len": 1024, "init_inputs": []}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|