jacobmorrison commited on
Commit
7b1a33d
1 Parent(s): 14297b9

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -230,9 +230,9 @@
230
  },
231
  "bos_token": null,
232
  "clean_up_tokenization_spaces": true,
233
- "eos_token": "",
234
  "model_max_length": 1000000000000000019884624838656,
235
- "pad_token": "",
236
  "tokenizer_class": "GPTNeoXTokenizer",
237
  "unk_token": null
238
  }
 
230
  },
231
  "bos_token": null,
232
  "clean_up_tokenization_spaces": true,
233
+ "eos_token": "<|endoftext|>",
234
  "model_max_length": 1000000000000000019884624838656,
235
+ "pad_token": "<|padding|>",
236
  "tokenizer_class": "GPTNeoXTokenizer",
237
  "unk_token": null
238
  }