TheBloke commited on
Commit
bb763aa
1 Parent(s): 7e70ff1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -8,6 +9,7 @@
8
  "hidden_size": 8192,
9
  "initializer_range": 0.02,
10
  "intermediate_size": 28672,
 
11
  "max_position_embeddings": 2048,
12
  "model_type": "llama",
13
  "num_attention_heads": 64,
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-2-70b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
9
  "hidden_size": 8192,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 28672,
12
+ "max_length": 4096,
13
  "max_position_embeddings": 2048,
14
  "model_type": "llama",
15
  "num_attention_heads": 64,