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

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
23
- "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
@@ -42,7 +42,7 @@
42
  "model_max_length": 2048,
43
  "pad_token": "<pad>",
44
  "padding_side": "left",
45
- "remove_space": true,
46
  "sp_model_kwargs": {},
47
  "tokenizer_class": "GPTSw3Tokenizer",
48
  "truncation_side": "left",
 
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
23
+ "rstrip": true,
24
  "single_word": false,
25
  "special": true
26
  },
 
42
  "model_max_length": 2048,
43
  "pad_token": "<pad>",
44
  "padding_side": "left",
45
+ "remove_space": false,
46
  "sp_model_kwargs": {},
47
  "tokenizer_class": "GPTSw3Tokenizer",
48
  "truncation_side": "left",