Ichsan2895 commited on
Commit
0d8e8d0
1 Parent(s): d436709

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
- "eos_token": {"<|endoftext|>":"### Human:"},
5
  "model_max_length": 2048,
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }
 
1
  {
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|endoftext|>",
5
  "model_max_length": 2048,
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }