Text Generation
Transformers
PyTorch
Safetensors
gpt2
conversational
text-generation-inference
Inference Endpoints
gpt-sw3-126m-instruct / tokenizer_config.json
timpal0l's picture
Update tokenizer_config.json
0072aab
raw
history blame
108 Bytes
{
"model_max_length": 2048,
"padding_side": "left",
"truncation_side": "left",
"bos_token": "<s>",
}