QianweiJoker commited on
Commit
1b38bcf
·
verified ·
1 Parent(s): 7c84dd8

Upload configs/model/large.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/model/large.yaml +12 -0
configs/model/large.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: large
2
+ type: ddit
3
+ hidden_size: 1408
4
+ cond_dim: 128
5
+ length: 1024
6
+ n_blocks: 25
7
+ n_heads: 16
8
+ scale_by_sigma: True
9
+ dropout: 0.1
10
+ tie_word_embeddings: True
11
+ adaln: False
12
+ attn_backend: flash_attn