hyunwoongko commited on
Commit
7860e50
1 Parent(s): 6a727c1

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -1,7 +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
  }
 
1
  {
2
+ "eos_token": "<|endoftext|>",
3
  "name_or_path": "EleutherAI/gpt-neox-ko-1.3b",
4
+ "pad_token": "<|endoftext|>>",
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
  }