Srikumar26 commited on
Commit
d4eda60
·
verified ·
1 Parent(s): faae6a6

Upload config

Browse files
Files changed (1) hide show
  1. config.json +9 -10
config.json CHANGED
@@ -1,15 +1,14 @@
1
  {
2
- "contrastive_loss": false,
3
- "decoder_depth": 2,
4
- "decoder_dim": 1024,
5
- "decoder_dim_head": 64,
6
- "decoder_heads": 8,
7
  "depth": 1,
8
- "dim": 1024,
9
- "dim_head": 64,
10
  "heads": 8,
11
- "input_projection": 512,
 
12
  "masked_only": false,
13
  "mlp_dim": 2048,
14
- "rand_noise_prob": 0.1
15
- }
 
 
 
 
1
  {
 
 
 
 
 
2
  "depth": 1,
3
+ "dropout": 0.0,
4
+ "embed_dim": 1024,
5
  "heads": 8,
6
+ "input_dim": 512,
7
+ "lambda_kl": 0.001,
8
  "masked_only": false,
9
  "mlp_dim": 2048,
10
+ "num_cls_tokens": 2,
11
+ "num_modalities": 6,
12
+ "num_register_tokens": 4,
13
+ "transformers_version": "5.2.0"
14
+ }