upster commited on
Commit
612ba90
·
verified ·
1 Parent(s): 97ac59c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "gpt2",
3
+ "vocab_size": 50257,
4
+ "context_length": 1024,
5
+ "emb_dim": 768,
6
+ "n_layers": 12,
7
+ "n_heads": 12,
8
+ "num_classes": 2
9
+ }