shafire commited on
Commit
0bcedab
·
verified ·
1 Parent(s): d418acd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -15
config.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
- "architectures": [
3
- "LlamaForCausalLM"
4
- ],
5
- "hidden_size": 4096,
6
- "num_attention_heads": 32,
7
- "num_hidden_layers": 32,
8
- "intermediate_size": 14336,
9
- "max_position_embeddings": 131072,
10
- "vocab_size": 128256,
11
- "rope_scaling": {
12
- "name": "linear",
13
- "factor": 8.0
14
- },
15
- "torch_dtype": "bfloat16",
16
- "model_type": "llama"
17
  }
 
1
  {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "hidden_size": 4096,
6
+ "num_attention_heads": 32,
7
+ "num_hidden_layers": 32,
8
+ "intermediate_size": 14336,
9
+ "max_position_embeddings": 131072,
10
+ "vocab_size": 128256,
11
+ "rope_scaling": {
12
+ "type": "linear",
13
+ "factor": 8.0
14
+ },
15
+ "torch_dtype": "bfloat16",
16
+ "model_type": "llama"
17
  }