File size: 932 Bytes
fabf416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
{
  "activation": "gelu",
  "architectures": [
    "AutoencoderForReconstruction"
  ],
  "auto_map": {
    "AutoConfig": "configuration_autoencoder.AutoencoderConfig",
    "AutoModel": "modeling_autoencoder.AutoencoderForReconstruction"
  },
  "autoencoder_type": "classic",
  "beta": 1.0,
  "bidirectional": true,
  "dropout_rate": 0.1,
  "flow_coupling_layers": 2,
  "hidden_dims": [
    64,
    32
  ],
  "input_dim": 20,
  "latent_dim": 16,
  "learn_inverse_preprocessing": true,
  "model_type": "autoencoder",
  "noise_factor": 0.1,
  "num_layers": 2,
  "preprocessing_hidden_dim": 32,
  "preprocessing_num_layers": 2,
  "preprocessing_type": "robust_scaler",
  "reconstruction_loss": "mse",
  "rnn_type": "lstm",
  "sequence_length": null,
  "teacher_forcing_ratio": 0.5,
  "tie_weights": false,
  "torch_dtype": "float32",
  "transformers_version": "4.55.2",
  "use_batch_norm": true,
  "use_learnable_preprocessing": true
}