TheBloke commited on
Commit
0fd0c8c
1 Parent(s): 82f489c

Fix EOS token

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -5,7 +5,7 @@
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 32013,
8
- "eos_token_id": 32014,
9
  "hidden_act": "silu",
10
  "hidden_size": 2048,
11
  "initializer_range": 0.02,
@@ -39,4 +39,4 @@
39
  "model_file_base_name": "model",
40
  "quant_method": "gptq"
41
  }
42
- }
 
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 32013,
8
+ "eos_token_id": 32021,
9
  "hidden_act": "silu",
10
  "hidden_size": 2048,
11
  "initializer_range": 0.02,
 
39
  "model_file_base_name": "model",
40
  "quant_method": "gptq"
41
  }
42
+ }