nielsr HF staff commited on
Commit
33c9639
1 Parent(s): 5c16e85

First commit

Browse files
Files changed (2) hide show
  1. config.json +35 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViltForNaturalLanguageVisualReasoning"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.0,
8
+ "hidden_size": 768,
9
+ "id2label": {
10
+ "0": "True",
11
+ "1": "False"
12
+ },
13
+ "image_size": 384,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "False": 1,
18
+ "True": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_image_length": -1,
22
+ "max_position_embeddings": 40,
23
+ "modality_type_vocab_size": 3,
24
+ "model_type": "vilt",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "patch_size": 32,
29
+ "qkv_bias": true,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.15.0.dev0",
33
+ "type_vocab_size": 2,
34
+ "vocab_size": 30522
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4fa26b771ffb6acf5d941fae9cd8db0a369fcc9f9878613fd83c7e75795986
3
+ size 455932823