wizardoftrap commited on
Commit
ba57293
·
verified ·
1 Parent(s): 06b4a02

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "block_size": 128,
4
+ "n_layer": 6,
5
+ "n_head": 6,
6
+ "n_embd": 384,
7
+ "dropout": 0.1,
8
+ "bias": true,
9
+ "architectures": [
10
+ "GPT"
11
+ ],
12
+ "model_type": "gpt",
13
+ "tokenizer_class": "GPT2Tokenizer"
14
+ }