Upload folder using huggingface_hub
Browse files- tokenizer.json +0 -0
- torch_config.json +1 -0
- torch_weight.pt +3 -0
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
torch_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"text_encoder": {"model_type": "bert", "dim": 768, "context_dim": 384, "vocab_size": 30522, "padding_idx": 0, "num_layers": 4, "num_heads": 12, "embedding_dim": 256, "multimodal_layers_ids": [2, 3], "head_one_neuron": false, "pooling": "cls", "max_position_embeddings": 64, "dropout_prob": 0.1}, "image_encoder": {"dim": 384, "patch_size": 16, "image_size": 224, "num_layers": 12, "num_heads": 6, "embedding_dim": 256, "pooling": "cls"}}
|
torch_weight.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1451879bdcf9cd71c09d20c765b264f6f7f7b8b23254eb0da9a6a1b040f423b
|
3 |
+
size 315443639
|