Ar4l commited on
Commit
571df75
·
verified ·
1 Parent(s): 717997f

Fix eos_token_id: <|im_end|> = 28 (was 0, the pretrain default)

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
- "architectures": ["MellumForCausalLM"],
 
 
3
  "attention_bias": false,
4
  "attention_dropout": 0.0,
5
  "bos_token_id": 0,
6
  "dtype": "bfloat16",
7
- "eos_token_id": 0,
8
  "head_dim": 128,
9
  "hidden_act": "silu",
10
  "hidden_size": 2304,
@@ -81,7 +83,7 @@
81
  "num_hidden_layers": 28,
82
  "num_key_value_heads": 4,
83
  "output_router_logits": false,
84
- "rms_norm_eps": 1e-6,
85
  "rope_parameters": {
86
  "full_attention": {
87
  "rope_type": "yarn",
 
1
  {
2
+ "architectures": [
3
+ "MellumForCausalLM"
4
+ ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
8
  "dtype": "bfloat16",
9
+ "eos_token_id": 28,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
12
  "hidden_size": 2304,
 
83
  "num_hidden_layers": 28,
84
  "num_key_value_heads": 4,
85
  "output_router_logits": false,
86
+ "rms_norm_eps": 1e-06,
87
  "rope_parameters": {
88
  "full_attention": {
89
  "rope_type": "yarn",