heissanjay commited on
Commit
764f38b
·
verified ·
1 Parent(s): da9168b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_dim": 512,
3
+ "hidden_dim": 768,
4
+ "seq_len": 128,
5
+ "n_heads": 8,
6
+ "depth": 12,
7
+ "n_groups": 4,
8
+ "vocab_size": 50257,
9
+ "device": "cuda"
10
+ }