toy-autoencoder-mlp / config.json
dar-tau's picture
Upload ToyAutoEncoder
724d551 verified
raw
history blame
No virus
587 Bytes
{
"_name_or_path": "dar-tau/toy-autoencoder-mlp",
"architectures": [
"ToyAutoEncoder"
],
"decoder_specs": {
"activation": "gelu",
"model_type": "",
"residual": true,
"type": "mlp",
"with_bias": false
},
"emb_structure": "all_onehot",
"hidden_dim": 54,
"intermediate_ratio": 1,
"is_decoder_transformer": null,
"max_pos": 4,
"model_type": "toy_autoencoder",
"num_attention_heads": 1,
"num_decoder_layers": 1,
"num_encoder_layers": 2,
"shared": true,
"torch_dtype": "float32",
"transformers_version": "4.37.2",
"vocab_size": 50
}