Text Generation
Transformers
PyTorch
Safetensors
Swedish
ctrl
Inference Endpoints
dkalpakchi commited on
Commit
5be59b0
1 Parent(s): 59392d8

Added tokenizer files for loading pretrained

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]",
3
+ "unk_token": "[UNK]"
4
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed5866b9343d3944816f82b1dd7db82073dc4763ce3d21860211896b17304320
3
- size 11739927
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca9f00c4d17541163ad7efcd5cd3d91dd0965028c6a8c38572923124d23724a6
3
+ size 11739955
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1000000000000000019884624838656,
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
5
+ }