eachadea commited on
Commit
c0a5599
1 Parent(s): e8e215f

from lmsys/vicuna-13b-delta-v0

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/Users/tdo/Desktop/13b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -9,6 +8,7 @@
9
  "hidden_size": 5120,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
 
12
  "model_type": "llama",
13
  "num_attention_heads": 40,
14
  "num_hidden_layers": 40,
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
8
  "hidden_size": 5120,
9
  "initializer_range": 0.02,
10
  "intermediate_size": 13824,
11
+ "max_position_embeddings": 2048,
12
  "model_type": "llama",
13
  "num_attention_heads": 40,
14
  "num_hidden_layers": 40,