jdeschena commited on
Commit
9781b32
·
verified ·
1 Parent(s): ba3902e

Upload baselines/tinygsm/mdlm/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. baselines/tinygsm/mdlm/config.json +10 -0
baselines/tinygsm/mdlm/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "small",
3
+ "type": "dit",
4
+ "hidden_size": 768,
5
+ "cond_dim": 128,
6
+ "length": 512,
7
+ "n_blocks": 12,
8
+ "n_heads": 12,
9
+ "dropout": 0.1
10
+ }