hyunwoongko commited on
Commit
4cbf895
1 Parent(s): 0203ac2

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -1
tokenizer_config.json CHANGED
@@ -1 +1,6 @@
1
- {"pad_token": "<pad>", "eos_token": "<eos>", "tokenizer_class": "PreTrainedTokenizerFast"}
 
 
 
 
 
1
+ {
2
+ "name_or_path": "EleutherAI/polyglot-ko-3.8b",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }