pcuenq HF staff commited on
Commit
7b70769
1 Parent(s): 8f787e3

params.json -> config.json, add model_type

Browse files
Files changed (2) hide show
  1. config.json +9 -0
  2. params.json +0 -1
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "multiple_of": 256,
4
+ "n_heads": 32,
5
+ "n_layers": 32,
6
+ "norm_eps": 1e-05,
7
+ "vocab_size": -1,
8
+ "model_type": "llama"
9
+ }
params.json DELETED
@@ -1 +0,0 @@
1
- {"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-05, "vocab_size": -1}