add model
Browse files- config.json +29 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-large-patch16-224-pt22k",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForMaskedImageModeling"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"drop_path_rate": 0.1,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"image_size": 224,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 4096,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"layer_scale_init_value": 0.1,
|
16 |
+
"model_type": "beit",
|
17 |
+
"num_attention_heads": 16,
|
18 |
+
"num_channels": 3,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"patch_size": 16,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.10.0.dev0",
|
23 |
+
"use_absolute_position_embeddings": false,
|
24 |
+
"use_mask_token": true,
|
25 |
+
"use_mean_pooling": true,
|
26 |
+
"use_relative_position_bias": false,
|
27 |
+
"use_shared_relative_position_bias": true,
|
28 |
+
"vocab_size": 8192
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0730b8cd893a1a927fdf1ef8031698a2dbfc73285b2d77ac5949f4950de22e50
|
3 |
+
size 1246612925
|