Redwood0 commited on
Commit
2e3ca68
1 Parent(s): f0a571f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -8,6 +8,7 @@
8
  "AutoModel": "modeling_yi.YiForCausalLM",
9
  "AutoModelForCausalLM": "modeling_yi.YiForCausalLM"
10
  },
 
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
13
  "hidden_act": "silu",
@@ -20,6 +21,7 @@
20
  "num_hidden_layers": 60,
21
  "num_key_value_heads": 8,
22
  "pad_token_id": 0,
 
23
  "rms_norm_eps": 1e-05,
24
  "rope_theta": 5000000.0,
25
  "tie_word_embeddings": false,
 
8
  "AutoModel": "modeling_yi.YiForCausalLM",
9
  "AutoModelForCausalLM": "modeling_yi.YiForCausalLM"
10
  },
11
+ "attention_bias": false,
12
  "bos_token_id": 1,
13
  "eos_token_id": 2,
14
  "hidden_act": "silu",
 
21
  "num_hidden_layers": 60,
22
  "num_key_value_heads": 8,
23
  "pad_token_id": 0,
24
+ "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_theta": 5000000.0,
27
  "tie_word_embeddings": false,