MorrisPark
commited on
Commit
Β·
a3a94b2
1
Parent(s):
e127ab4
tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "[BOS]", "eos_token": "[EOS]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[BOS]", "mask_token": "[MASK]", "additional_special_tokens": ["#@μ£Όμ#", "#@μ΄λͺ¨ν°μ½#", "#@μ΄λ¦#", "#@URL#", "#@μμ#", "#@κΈ°ν#", "#@μ λ²#", "#@κ³μ #", "#@url#", "#@λ²νΈ#", "#@κΈμ΅#", "#@μ μ#", "#@μ₯μ#", "#@μμ€ν
#μ¬μ§#", "#@μμ€ν
#λμμ#", "#@μμ€ν
#κΈ°ν#", "#@μμ€ν
#κ²μ#", "#@μμ€ν
#μ§λ#", "#@μμ€ν
#μμ #", "#@μμ€ν
#νμΌ#", "#@μμ€ν
#μ‘κΈ#", "#@μμ€ν
#"]}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "[BOS]", "eos_token": "[EOS]", "cls_token": "[BOS]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "mask_token": "[MASK]", "additional_special_tokens": ["#@μ£Όμ#", "#@μ΄λͺ¨ν°μ½#", "#@μ΄λ¦#", "#@URL#", "#@μμ#", "#@κΈ°ν#", "#@μ λ²#", "#@κ³μ #", "#@url#", "#@λ²νΈ#", "#@κΈμ΅#", "#@μ μ#", "#@μ₯μ#", "#@μμ€ν
#μ¬μ§#", "#@μμ€ν
#λμμ#", "#@μμ€ν
#κΈ°ν#", "#@μμ€ν
#κ²μ#", "#@μμ€ν
#μ§λ#", "#@μμ€ν
#μμ #", "#@μμ€ν
#νμΌ#", "#@μμ€ν
#μ‘κΈ#", "#@μμ€ν
#"], "tokenizer_class": "PreTrainedTokenizerFast"}
|