m4vic commited on
Commit
daeb6cd
·
verified ·
1 Parent(s): 6a6aab1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50000,
3
+ "max_seq_len": 128,
4
+ "embedding_dim": 256,
5
+ "num_heads": 8,
6
+ "num_layers": 4,
7
+ "dropout": 0.1
8
+ }