lcw99 commited on
Commit
bb3c256
1 Parent(s): 918e08f

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|sep|>",
5
+ "<|acc|>",
6
+ "<|tel|>",
7
+ "<|rrn|>"
8
+ ],
9
+ "eos_token": "<|endoftext|>",
10
+ "pad_token": "<|endoftext|>"
11
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "eos_token": "<|endoftext|>",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "<|endoftext|>",
6
+ "special_tokens_map_file": "/home/chang/.cache/huggingface/hub/models--EleutherAI--polyglot-ko-3.8b/snapshots/4b763f49aa692c1d6209a8db345120774b89a0f7/special_tokens_map.json",
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
+ }