add model
Browse files- config.json +41 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"PerceiverForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"audio_samples_per_frame": 1920,
|
7 |
+
"cross_attention_shape_for_attention": "kv",
|
8 |
+
"cross_attention_widening_factor": 1,
|
9 |
+
"d_latents": 1280,
|
10 |
+
"d_model": 768,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"image_size": 56,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "perceiver",
|
17 |
+
"num_blocks": 1,
|
18 |
+
"num_cross_attention_heads": 8,
|
19 |
+
"num_frames": 16,
|
20 |
+
"num_latents": 256,
|
21 |
+
"num_self_attends_per_block": 26,
|
22 |
+
"num_self_attention_heads": 8,
|
23 |
+
"output_shape": [
|
24 |
+
1,
|
25 |
+
16,
|
26 |
+
224,
|
27 |
+
224
|
28 |
+
],
|
29 |
+
"qk_channels": null,
|
30 |
+
"samples_per_patch": 16,
|
31 |
+
"self_attention_widening_factor": 1,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"train_size": [
|
34 |
+
368,
|
35 |
+
496
|
36 |
+
],
|
37 |
+
"transformers_version": "4.19.3",
|
38 |
+
"use_query_residual": true,
|
39 |
+
"v_channels": null,
|
40 |
+
"vocab_size": 4101
|
41 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb067937b3baff9edc43b01a76d856d3af910b4b6b390a7fdc8f069816ee2b1
|
3 |
+
size 1079807151
|