Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- config.json +1 -0
- model_weights.pth +3 -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"]}
|
model_weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ea1d1d9605f39248e8446ae52e5af32b3e00286b16b2d645dc07970f31f1b73
|
3 |
+
size 531968638
|