Text Generation
Transformers
Safetensors
falcon
text-generation-inference
Inference Endpoints
andreaskoepf commited on
Commit
9ccce4f
1 Parent(s): 8dd7749

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +11 -0
special_tokens_map.json CHANGED
@@ -1,5 +1,16 @@
1
  {
2
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
 
 
 
3
  "<|im_start|>",
4
  "<|im_end|>"
5
  ],
 
1
  {
2
  "additional_special_tokens": [
3
+ ">>TITLE<<",
4
+ ">>ABSTRACT<<",
5
+ ">>INTRODUCTION<<",
6
+ ">>SUMMARY<<",
7
+ ">>COMMENT<<",
8
+ ">>ANSWER<<",
9
+ ">>QUESTION<<",
10
+ ">>DOMAIN<<",
11
+ ">>PREFIX<<",
12
+ ">>SUFFIX<<",
13
+ ">>MIDDLE<<",
14
  "<|im_start|>",
15
  "<|im_end|>"
16
  ],