Upload PerceiverForMaskedLM
Browse files- config.json +11 -11
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -6,21 +6,21 @@
|
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"audio_samples_per_frame": 1920,
|
| 8 |
"cross_attention_shape_for_attention": "kv",
|
| 9 |
-
"cross_attention_widening_factor":
|
| 10 |
-
"d_latents":
|
| 11 |
-
"d_model":
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"image_size": 56,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
-
"max_position_embeddings":
|
| 17 |
"model_type": "perceiver",
|
| 18 |
"num_blocks": 1,
|
| 19 |
-
"num_cross_attention_heads":
|
| 20 |
"num_frames": 16,
|
| 21 |
"num_latents": 10,
|
| 22 |
"num_self_attends_per_block": 2,
|
| 23 |
-
"num_self_attention_heads":
|
| 24 |
"output_shape": [
|
| 25 |
1,
|
| 26 |
16,
|
|
@@ -29,14 +29,14 @@
|
|
| 29 |
],
|
| 30 |
"qk_channels": 256,
|
| 31 |
"samples_per_patch": 16,
|
| 32 |
-
"self_attention_widening_factor":
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"train_size": [
|
| 35 |
-
|
| 36 |
-
|
| 37 |
],
|
| 38 |
"transformers_version": "4.22.0.dev0",
|
| 39 |
"use_query_residual": true,
|
| 40 |
-
"v_channels":
|
| 41 |
-
"vocab_size":
|
| 42 |
}
|
|
|
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"audio_samples_per_frame": 1920,
|
| 8 |
"cross_attention_shape_for_attention": "kv",
|
| 9 |
+
"cross_attention_widening_factor": 1,
|
| 10 |
+
"d_latents": 16,
|
| 11 |
+
"d_model": 16,
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"image_size": 56,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
+
"max_position_embeddings": 2048,
|
| 17 |
"model_type": "perceiver",
|
| 18 |
"num_blocks": 1,
|
| 19 |
+
"num_cross_attention_heads": 2,
|
| 20 |
"num_frames": 16,
|
| 21 |
"num_latents": 10,
|
| 22 |
"num_self_attends_per_block": 2,
|
| 23 |
+
"num_self_attention_heads": 2,
|
| 24 |
"output_shape": [
|
| 25 |
1,
|
| 26 |
16,
|
|
|
|
| 29 |
],
|
| 30 |
"qk_channels": 256,
|
| 31 |
"samples_per_patch": 16,
|
| 32 |
+
"self_attention_widening_factor": 1,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"train_size": [
|
| 35 |
+
368,
|
| 36 |
+
496
|
| 37 |
],
|
| 38 |
"transformers_version": "4.22.0.dev0",
|
| 39 |
"use_query_residual": true,
|
| 40 |
+
"v_channels": 16,
|
| 41 |
+
"vocab_size": 262
|
| 42 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:384f9343dc0bebc2d4016dc7be6636d013f9d69292453ce2613168e70916c5d8
|
| 3 |
+
size 461834
|