puneeshkhanna commited on
Commit
9936d8c
1 Parent(s): a235660

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -5
config.json CHANGED
@@ -1,17 +1,14 @@
1
  {
2
- "_name_or_path": "/home/ec2-user/work/1b-base",
3
- "activation": "swiglu",
4
  "architectures": [
5
  "LlamaForCausalLM"
6
  ],
 
7
  "attention_bias": false,
8
  "attention_dropout": 0.0,
9
- "bos_token_id": 11,
10
  "eos_token_id": 11,
11
  "head_dim": 256,
12
  "hidden_act": "silu",
13
  "hidden_size": 2048,
14
- "initializer_range": 0.02,
15
  "intermediate_size": 8192,
16
  "max_position_embeddings": 4096,
17
  "mlp_bias": false,
@@ -19,7 +16,6 @@
19
  "num_attention_heads": 8,
20
  "num_hidden_layers": 18,
21
  "num_key_value_heads": 4,
22
- "parallel_attn": false,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-06,
25
  "rope_scaling": null,
 
1
  {
 
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+ "activation": "swiglu",
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
8
  "eos_token_id": 11,
9
  "head_dim": 256,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
 
12
  "intermediate_size": 8192,
13
  "max_position_embeddings": 4096,
14
  "mlp_bias": false,
 
16
  "num_attention_heads": 8,
17
  "num_hidden_layers": 18,
18
  "num_key_value_heads": 4,
 
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-06,
21
  "rope_scaling": null,