PingVortex commited on
Commit
77a9655
·
1 Parent(s): 6fca240

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -33
config.json CHANGED
@@ -1,33 +1,29 @@
1
- {
2
- "architectures": [
3
- "LlamaForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 50256,
8
- "dtype": "bfloat16",
9
- "eos_token_id": 50256,
10
- "head_dim": 32,
11
- "hidden_act": "silu",
12
- "hidden_size": 256,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 688,
15
- "max_position_embeddings": 8192,
16
- "mlp_bias": false,
17
- "model_type": "llama",
18
- "num_attention_heads": 8,
19
- "num_hidden_layers": 8,
20
- "num_key_value_heads": 8,
21
- "pad_token_id": null,
22
- "pretraining_tp": 1,
23
- "rms_norm_eps": 1e-05,
24
- "rope_parameters": {
25
- "factor": 4.0,
26
- "rope_theta": 10000.0,
27
- "rope_type": "dynamic"
28
- },
29
- "tie_word_embeddings": true,
30
- "transformers_version": "5.3.0",
31
- "use_cache": false,
32
- "vocab_size": 50259
33
- }
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50256,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 50256,
10
+ "head_dim": 32,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 256,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 688,
15
+ "max_position_embeddings": 8192,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 8,
19
+ "num_hidden_layers": 8,
20
+ "num_key_value_heads": 8,
21
+ "pad_token_id": null,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_theta": 10000.0,
25
+ "tie_word_embeddings": true,
26
+ "transformers_version": "5.3.0",
27
+ "use_cache": false,
28
+ "vocab_size": 50259
29
+ }