Commit
Β·
426547e
1
Parent(s):
0ca7e0d
first
Browse files- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:880373ee5c3bec55fcb8f33e12d0f1787da6b28f79419e3625af2f084d686abd
|
3 |
+
size 186974109
|
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"}
|