hyunwoongko commited on
Commit
42da130
1 Parent(s): a9367b9

Update tokenizer_config.json

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