Text Generation
Transformers
Safetensors
English
falcon_mamba
Eval Results
Inference Endpoints
JingweiZuo commited on
Commit
735af46
1 Parent(s): 6a3d5a3

update bos and eos

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -2,9 +2,9 @@
2
  "architectures": [
3
  "MambaFalconForCausalLM"
4
  ],
5
- "bos_token_id": 0,
6
  "conv_kernel": 4,
7
- "eos_token_id": 0,
8
  "expand": 16,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,
 
2
  "architectures": [
3
  "MambaFalconForCausalLM"
4
  ],
5
+ "bos_token_id": 11,
6
  "conv_kernel": 4,
7
+ "eos_token_id": 11,
8
  "expand": 16,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,