nielsr HF Staff commited on
Commit
7f6cd6e
·
verified ·
1 Parent(s): 9e54923

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "model_type": "metaclip_2_text_model",
20
  "num_attention_heads": 20,
21
  "num_hidden_layers": 32,
22
- "projection_dim": 512,
23
  "vocab_size": 901629
24
  },
25
  "torch_dtype": "float32",
@@ -38,6 +38,6 @@
38
  "num_channels": 3,
39
  "num_hidden_layers": 48,
40
  "patch_size": 14,
41
- "projection_dim": 512
42
  }
43
  }
 
19
  "model_type": "metaclip_2_text_model",
20
  "num_attention_heads": 20,
21
  "num_hidden_layers": 32,
22
+ "projection_dim": 1280,
23
  "vocab_size": 901629
24
  },
25
  "torch_dtype": "float32",
 
38
  "num_channels": 3,
39
  "num_hidden_layers": 48,
40
  "patch_size": 14,
41
+ "projection_dim": 1280
42
  }
43
  }