Yhhxhfh commited on
Commit
309fe27
·
verified ·
1 Parent(s): 6c54e76

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -7
config.json CHANGED
@@ -4,13 +4,15 @@
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
 
 
7
  "attention_dropout": 0.0,
8
  "head_dim": 64,
9
  "hidden_act": "silu",
10
  "hidden_size": 2048,
11
  "initializer_range": 0.02,
12
- "intermediate_size": 131000000000000000000072,
13
- "max_position_embeddings": 131000000000000000000072,
14
  "mlp_bias": false,
15
  "model_type": "llama",
16
  "num_attention_heads": 32,
@@ -19,13 +21,13 @@
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": {
22
- "factor": 3200.0,
23
- "high_freq_factor": 400.0,
24
- "low_freq_factor": 100.0,
25
- "max_length": 50000000000000000000000000,
26
  "max_tokens": -1,
27
  "stream": true,
28
- "original_max_position_embeddings": 131000000000000000000072,
29
  "rope_type": "llama3"
30
  },
31
  "rope_theta": 500000.0,
 
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
+ "bos_token_id": 50256,
8
+ "bos_token_id": 50256,
9
  "attention_dropout": 0.0,
10
  "head_dim": 64,
11
  "hidden_act": "silu",
12
  "hidden_size": 2048,
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 13100072,
15
+ "max_position_embeddings": 13100072,
16
  "mlp_bias": false,
17
  "model_type": "llama",
18
  "num_attention_heads": 32,
 
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
24
+ "factor": 32.0,
25
+ "high_freq_factor": 4.0,
26
+ "low_freq_factor": 1.0,
27
+ "max_length": -1,
28
  "max_tokens": -1,
29
  "stream": true,
30
+ "original_max_position_embeddings": 13100072,
31
  "rope_type": "llama3"
32
  },
33
  "rope_theta": 500000.0,