PaulLerner
commited on
Commit
•
44ed1f8
1
Parent(s):
a5661a8
Upload IntermediateLinearFusion
Browse files- config.json +41 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ict_ir/ilf/4/weights/checkpoint-15600/question_model",
|
3 |
+
"architectures": [
|
4 |
+
"IntermediateLinearFusion"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"face_and_image_are_exclusive": false,
|
9 |
+
"face_kwargs": {
|
10 |
+
"bbox_dim": 7,
|
11 |
+
"face_dim": 512
|
12 |
+
},
|
13 |
+
"gating": false,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.1,
|
16 |
+
"hidden_size": 768,
|
17 |
+
"image_kwargs": {
|
18 |
+
"clip-RN50": {
|
19 |
+
"input_dim": 1024
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
+
"n_faces": 0,
|
28 |
+
"n_images": 1,
|
29 |
+
"no_text": false,
|
30 |
+
"num_attention_heads": 12,
|
31 |
+
"num_hidden_layers": 12,
|
32 |
+
"pad_token_id": 0,
|
33 |
+
"position_embedding_type": "absolute",
|
34 |
+
"projection_dim": 0,
|
35 |
+
"question_encoder": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.22.2",
|
38 |
+
"type_vocab_size": 2,
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:033bdc9301f2bf33135df23210ef0a00d19c053d4d4f191eb64412fcfc8ecfab
|
3 |
+
size 441159657
|