jatingocodeo commited on
Commit
99717a0
·
verified ·
1 Parent(s): 0e06745

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
+ "GPT"
4
+ ],
5
+ "model_type": "gpt",
6
+ "vocab_size": 65,
7
+ "n_layer": 12,
8
+ "n_head": 16,
9
+ "n_embd": 1024,
10
+ "block_size": 256,
11
+ "dropout": 0.1,
12
+ "bias": false
13
+ }