Upload 2 files
Browse files- config.json +1 -0
- weight.pt +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"img_encoder": {"backbone": "deit3_base_patch16_224_in21ft1k", "dim": 768, "pooling": "cls", "output_dim": 256, "backbone_type": "vit"}, "text_encoder": {"backbone": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2", "backbone_type": "bert", "unimodal_n_layers": 8, "dim": 384, "pooling": "mean", "context_dim": 768, "output_dim": 256, "head_one_neuron": true}}
|
weight.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85fb5a0f64e38f46ac7c7dc5e83cb42a2dfa7f6e25b99569e13f436cdcc1806d
|
3 |
+
size 825261788
|