Add BOS token to config

#7
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -4,6 +4,9 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
 
 
7
  "eos_token_id": 11,
8
  "head_dim": 256,
9
  "hidden_act": "silu",
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token": "<|startoftext|>",
8
+ "bos_token_id": 10,
9
+ "eos_token": "<|endoftext|>",
10
  "eos_token_id": 11,
11
  "head_dim": 256,
12
  "hidden_act": "silu",