| { | |
| "activation_dropout": 0.1, | |
| "architectures": [ | |
| "ParakeetEncoder" | |
| ], | |
| "attention_bias": false, | |
| "attention_dropout": 0.1, | |
| "conv_kernel_size": 9, | |
| "dropout": 0.1, | |
| "dropout_positions": 0.0, | |
| "dtype": "float32", | |
| "hidden_act": "silu", | |
| "hidden_size": 1024, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 4096, | |
| "layerdrop": 0.1, | |
| "max_position_embeddings": 5000, | |
| "model_type": "parakeet_encoder", | |
| "num_attention_heads": 8, | |
| "num_hidden_layers": 24, | |
| "num_key_value_heads": 8, | |
| "num_mel_bins": 128, | |
| "scale_input": false, | |
| "subsampling_conv_channels": 256, | |
| "subsampling_conv_kernel_size": 3, | |
| "subsampling_conv_stride": 2, | |
| "subsampling_factor": 8, | |
| "transformers_version": "5.0.0.dev0" | |
| } | |