juniofreitas commited on
Commit
1022436
·
verified ·
1 Parent(s): fc8a6f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -19
config.json CHANGED
@@ -1,23 +1,7 @@
1
  {
2
  "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
- "hidden_act": "silu",
6
- "hidden_size": 4096,
7
- "initializer_range": 0.02,
8
- "intermediate_size": 11008,
9
- "max_position_embeddings": 4096,
10
  "model_type": "llama",
11
- "num_attention_heads": 32,
12
- "num_hidden_layers": 32,
13
- "num_key_value_heads": 32,
14
- "pad_token_id": 0,
15
- "pretraining_tp": 1,
16
- "rms_norm_eps": 1e-05,
17
- "rope_scaling": null,
18
- "tie_word_embeddings": false,
19
- "torch_dtype": "float16",
20
- "transformers_version": "4.31.0.dev0",
21
- "use_cache": true,
22
- "vocab_size": 32000
23
  }
 
1
  {
2
  "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
 
 
 
 
6
  "model_type": "llama",
 
 
 
 
 
 
 
 
 
 
 
 
7
  }