maximuspowers
commited on
Commit
•
20e43cb
1
Parent(s):
cc3e351
Upload config.json with huggingface_hub
Browse files- config.json +1 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "multimodal-bias-classifier", "text_encoder_id_or_path": "bert-base-uncased", "image_encoder_id_or_path": "resnet34", "projection_dim": 768, "fusion_method": "concat", "num_classes": 1, "proj_dropout": 0.1, "fusion_dropout": 0.1, "hidden_size": 768, "save_components": ["resnet_encoder", "text_encoder", "fusion_layer", "classifier"], "exclude_components": ["clip_text_encoder", "clip_image_encoder"]}
|