ananjayram commited on
Commit
55d57f2
·
verified ·
1 Parent(s): d62ad92

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Platypus"
4
+ ],
5
+ "model_type": "gpt2",
6
+ "vocab_size": 65,
7
+ "n_positions": 128,
8
+ "n_embd": 512,
9
+ "n_layer": 6,
10
+ "n_head": 8,
11
+ "n_inner": 2048,
12
+ "activation_function": "gelu",
13
+ "dropout": 0.1,
14
+ "safetensors": true,
15
+ "torch_dtype": "float32"
16
+ }