Key1111 commited on
Commit
f387297
·
verified ·
1 Parent(s): f853b2c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -21
config.json CHANGED
@@ -2,29 +2,29 @@
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 46303,
9
- "head_dim": 128,
10
- "hidden_act": "silu",
11
  "hidden_size": 4096,
12
- "initializer_range": 0.02,
13
  "intermediate_size": 11008,
14
- "max_position_embeddings": 4096,
15
- "mlp_bias": false,
16
- "model_type": "llama",
17
- "num_attention_heads": 32,
18
  "num_hidden_layers": 32,
19
- "num_key_value_heads": 32,
20
- "pad_token_id": 0,
 
 
 
 
 
 
21
  "pretraining_tp": 1,
22
- "rms_norm_eps": 1e-05,
23
- "rope_scaling": null,
24
- "rope_theta": 10000.0,
25
  "tie_word_embeddings": false,
26
- "torch_dtype": "float16",
27
- "transformers_version": "4.54.1",
28
- "use_cache": false,
29
- "vocab_size": 46305
30
- }
 
 
 
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+ "model_type": "llama",
6
+ "torch_dtype": "bfloat16",
7
+ "transformers_version": "4.36.0",
8
+ "use_cache": true,
9
+ "vocab_size": 32000,
 
10
  "hidden_size": 4096,
 
11
  "intermediate_size": 11008,
 
 
 
 
12
  "num_hidden_layers": 32,
13
+ "num_attention_heads": 32,
14
+ "hidden_act": "silu",
15
+ "max_position_embeddings": 2048,
16
+ "initializer_range": 0.02,
17
+ "rms_norm_eps": 1e-06,
18
+ "pad_token_id": null,
19
+ "bos_token_id": 1,
20
+ "eos_token_id": 2,
21
  "pretraining_tp": 1,
 
 
 
22
  "tie_word_embeddings": false,
23
+ "rope_theta": 10000.0,
24
+ "rope_scaling": null,
25
+ "attention_bias": false,
26
+ "attention_dropout": 0.0,
27
+ "classifier_dropout": 0.0,
28
+ "hidden_dropout": 0.0,
29
+ "model_max_length": 2048
30
+ }