jason9693 commited on
Commit
40d2d2e
1 Parent(s): d55c4d7

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": "<eos>",
10
+ "pad_token": "<pad>"
11
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "<eos>",
3
+ "name_or_path": "EleutherAI/gpt-neox-ko-1.3b",
4
+ "pad_token": "<pad>",
5
+ "special_tokens_map_file": "/fsx/kevinai/.cache/models--EleutherAI--gpt-neox-ko-1.3b/snapshots/1736ae3c92f641c994d1361fb5d2c680fd483ab0/special_tokens_map.json",
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }