kornwtp commited on
Commit
7cfb61f
1 Parent(s): 965ac1e

Initial commit

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED", "<_>"]}
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": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED", "<_>"], "clean_up_tokenization_spaces": true, "model_max_length": 510, "sp_model_kwargs": {}, "special_tokens_map_file": "/ist/users/wuttikornp/.cache/huggingface/transformers/62a162dd1af463a08e0216a3203c6bc22e25a793346e6eaa2331bbd2a0a29718.d45449200e03f14e4838365390b163a0cb8e09f382d6269ceae404ee305cb8bc", "name_or_path": "clicknext/phayathaibert", "tokenizer_class": "CamembertTokenizer"}