Crystalcareai commited on
Commit
4dcdcb5
1 Parent(s): 483e313

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -19,7 +19,8 @@
19
  "thought_length": 10,
20
  "num_attention_heads": 32,
21
  "num_hidden_layers": 32,
22
- "start_token_id": 0,
 
23
  "num_key_value_heads": 8,
24
  "rms_norm_eps": 1e-05,
25
  "rope_theta": 10000.0,
 
19
  "thought_length": 10,
20
  "num_attention_heads": 32,
21
  "num_hidden_layers": 32,
22
+ "start_token_id":0,
23
+ "end_token_id": 2,
24
  "num_key_value_heads": 8,
25
  "rms_norm_eps": 1e-05,
26
  "rope_theta": 10000.0,