Upload model
Browse files- config.json +29 -0
- generation_config.json +4 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"PerceiverSymbolicAudioModel"
|
| 4 |
+
],
|
| 5 |
+
"is_decoder": true,
|
| 6 |
+
"model_config": {
|
| 7 |
+
"abs_pos_emb": false,
|
| 8 |
+
"activation_checkpointing": true,
|
| 9 |
+
"activation_offloading": false,
|
| 10 |
+
"cross_attention_dropout": 0.1,
|
| 11 |
+
"cross_attention_widening_factor": 4,
|
| 12 |
+
"init_scale": 0.02,
|
| 13 |
+
"max_heads_parallel": null,
|
| 14 |
+
"max_latents": 2048,
|
| 15 |
+
"max_seq_len": 6144,
|
| 16 |
+
"num_channels": 768,
|
| 17 |
+
"num_heads": 8,
|
| 18 |
+
"num_self_attention_layers": 18,
|
| 19 |
+
"output_bias": false,
|
| 20 |
+
"output_norm": true,
|
| 21 |
+
"post_attention_dropout": 0.1,
|
| 22 |
+
"residual_dropout": 0.1,
|
| 23 |
+
"self_attention_widening_factor": 4,
|
| 24 |
+
"vocab_size": 389
|
| 25 |
+
},
|
| 26 |
+
"model_type": "perceiver-ar-symbolic-audio-model",
|
| 27 |
+
"torch_dtype": "float32",
|
| 28 |
+
"transformers_version": "4.28.0"
|
| 29 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.28.0"
|
| 4 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eda60682f11441726a89ead830c6b7b0f3a91c6a176b77a41641e8ecdf0b8173
|
| 3 |
+
size 539429857
|