AfricaComputeFund commited on
Commit
e43f9b7
·
verified ·
1 Parent(s): 43607a1

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "mistral",
3
+ "architectures": ["MistralForCausalLM"],
4
+ "hidden_size": 4096,
5
+ "num_attention_heads": 32,
6
+ "num_hidden_layers": 32,
7
+ "rms_norm_eps": 1e-06,
8
+ "initializer_range": 0.02,
9
+ "tie_word_embeddings": false,
10
+ "max_sequence_length": 16384
11
+ }