lucasdozie commited on
Commit
b2e04f0
1 Parent(s): a0c8710

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "OpenHermesModel"
4
+ ],
5
+ "model_type": "gpt",
6
+ "num_attention_heads": 12,
7
+ "num_hidden_layers": 24,
8
+ "hidden_size": 1024,
9
+ "vocab_size": 50257,
10
+ "n_positions": 1024,
11
+ "n_ctx": 1024,
12
+ "activation_function": "gelu_new"
13
+ }