sanket09 commited on
Commit
4ce15aa
·
verified ·
1 Parent(s): 8b1bb4d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -29
config.json CHANGED
@@ -1,31 +1,26 @@
1
  {
2
- "bias": false,
3
- "block_size": 2048,
4
- "gelu_approximate": "none",
5
- "head_size": 64,
6
- "hf_config": {
7
- "name": "TinyLlama-1.1B-intermediate-step-1431k-3T",
8
- "org": "TinyLlama"
9
- },
10
- "intermediate_size": 5632,
11
- "lm_head_bias": false,
12
- "mlp_class_name": "LLaMAMLP",
13
- "n_embd": 2048,
14
- "n_expert": 0,
15
- "n_expert_per_token": 0,
16
- "n_head": 32,
17
- "n_layer": 22,
18
- "n_query_groups": 4,
19
- "name": "tiny-llama-1.1b",
20
- "norm_class_name": "RMSNorm",
21
- "norm_eps": 1.0e-05,
22
- "padded_vocab_size": 32000,
23
- "padding_multiple": 64,
24
- "parallel_residual": false,
25
- "rope_base": 10000,
26
- "rope_condense_ratio": 1,
27
- "rotary_percentage": 1.0,
28
- "scale_embeddings": false,
29
- "shared_attention_norm": false,
30
  "vocab_size": 32000
31
- }
 
1
  {
2
+ "_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "max_position_embeddings": 4096,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 32,
17
+ "pad_token_id": 0,
18
+ "pretraining_tp": 1,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.31.0",
24
+ "use_cache": true,
 
 
 
 
 
25
  "vocab_size": 32000
26
+ }