Text Generation
Transformers
PyTorch
Safetensors
gpt2
conversational
text-generation-inference
Inference Endpoints
gpt-sw3-20b-instruct / tokenizer_config.json
Ekgren's picture
Create tokenizer_config.json (#3)
0121ee6
raw
history blame
85 Bytes
{
"model_max_length": 2048,
"padding_side": "left",
"truncation_side": "left"
}