markov-bio commited on
Commit
97a4ed0
·
verified ·
1 Parent(s): f085bfc

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -19
config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "architectures": [
3
- "DiffusionModel"
4
- ],
5
- "model_type": "bert",
6
- "embed_dim": 256,
7
- "hidden_dim": 64,
8
- "qkv_dim": 128,
9
- "num_heads": 8,
10
- "cond_dim": 64,
11
- "feed_forward_multiplier": 4,
12
- "n_blocks": 8,
13
- "p_self_cond": 0.4,
14
- "p_mask_cond": 0.8,
15
- "p_bert": 0.1,
16
- "masking_range": [0.1, 0.2],
17
- "max_prefix": 0,
18
- "default_device": "cuda"
19
- }