Upload model
Browse files- config.json +27 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Pix2StructVisionModel"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"d_ff": 3968,
|
7 |
+
"d_kv": 64,
|
8 |
+
"dense_act_fn": "gelu_new",
|
9 |
+
"dropout_rate": 0.0,
|
10 |
+
"hidden_size": 1536,
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_bias": false,
|
14 |
+
"layer_norm_eps": 1e-06,
|
15 |
+
"model_type": "pix2struct_vision_model",
|
16 |
+
"num_attention_heads": 24,
|
17 |
+
"num_channels": 3,
|
18 |
+
"num_hidden_layers": 18,
|
19 |
+
"patch_embed_hidden_size": 768,
|
20 |
+
"patch_size": 16,
|
21 |
+
"projection_dim": 768,
|
22 |
+
"relative_attention_max_distance": 128,
|
23 |
+
"relative_attention_num_buckets": 32,
|
24 |
+
"seq_len": 4096,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.30.2"
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:408da52a1d9ec7fc7b21dd3798abae4deeba02745cf8553f0b83d7acd872c593
|
3 |
+
size 2051301609
|