Text Generation
Transformers
PyTorch
Safetensors
gpt2
conversational
text-generation-inference
Inference Endpoints
timpal0l commited on
Commit
d891ecb
·
1 Parent(s): 54fc651

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -18,9 +18,9 @@
18
  },
19
  "2": {
20
  "content": "<s>",
21
- "lstrip": false,
22
  "normalized": false,
23
- "rstrip": true,
24
  "single_word": false,
25
  "special": true
26
  },
 
18
  },
19
  "2": {
20
  "content": "<s>",
21
+ "lstrip": true,
22
  "normalized": false,
23
+ "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },