Text Generation
Transformers
PyTorch
llama
text-generation-inference
Inference Endpoints
typeof commited on
Commit
d1ee5e7
1 Parent(s): 0fc8d36

Update tokenizer_config.json

Browse files

https://huggingface.co/mistralai/Mistral-7B-v0.1/discussions/26/files

Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json CHANGED
@@ -27,6 +27,11 @@
27
  "special": true
28
  }
29
  },
 
 
 
 
 
30
  "bos_token": "<s>",
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
 
27
  "special": true
28
  }
29
  },
30
+ "additional_special_tokens": [
31
+ "<unk>",
32
+ "<s>",
33
+ "</s>"
34
+ ],
35
  "bos_token": "<s>",
36
  "clean_up_tokenization_spaces": false,
37
  "eos_token": "</s>",