File size: 566 Bytes
60b6dc7 d48e82c 60b6dc7 c3b6556 5836f71 60b6dc7 c3b6556 5b9ffda 5836f71 c3b6556 67d744a c3b6556 5b9ffda 60b6dc7 67d744a 5836f71 60b6dc7 5b9ffda 60b6dc7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"architectures": [
"AutoEncoder"
],
"auto_map": {
"AutoConfig": "modeling_autoencoder.AutoEncoderConfig",
"AutoModel": "modeling_autoencoder.AutoEncoder"
},
"bidirectional": false,
"bos_token_id": 1,
"compression_rate": 0.5,
"dropout_rate": 0.1,
"embed": false,
"eos_token_id": 2,
"input_dim": 128,
"latent_dim": 64,
"layer_types": "linear",
"max_position": false,
"model_type": "autoencoder",
"num_layers": 3,
"pad_token_id": 0,
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"vocab_size": false
}
|