Text Generation
Transformers
Safetensors
Czech
mpt
custom_code
text-generation-inference
Inference Endpoints
mfajcik commited on
Commit
17f6699
1 Parent(s): cfa6500

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -30,5 +30,6 @@
30
  "model_max_length": 2048,
31
  "pad_token": "[EOS]",
32
  "tokenizer_class": "PreTrainedTokenizerFast",
33
- "unk_token": "[UNK]"
 
34
  }
 
30
  "model_max_length": 2048,
31
  "pad_token": "[EOS]",
32
  "tokenizer_class": "PreTrainedTokenizerFast",
33
+ "unk_token": "[UNK]",
34
+ "use_token_type_ids": false
35
  }