eunyounglee commited on
Commit
7e6de47
·
1 Parent(s): f199a59

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -0
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|startoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "name_or_path": "EleutherAI/polyglot-ko-1.3b",
5
+ "pad_token": "<|pad|>",
6
+ "special_tokens_map_file": "C:\\Users\\User/.cache\\huggingface\\hub\\models--EleutherAI--polyglot-ko-1.3b\\snapshots\\711da2957fdae31202de86c51edbc0c7f433b9e5\\special_tokens_map.json",
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
+ }