Method__init__(self, encoder, decoder, latent_dim, hidden_dim, layer_num, pad_token_id, bos_token_id, eos_token_id, CVAE)
fengshen/models/deepVAE/deep_vae.py:80
Method__init__(
self,
vocab_size=50257,
n_positions=1024,
n_embd=768,
n_layer=12,
fengshen/models/deepVAE/configuration_della.py:82
Method__init__(self, hidden_size, num_attention_heads,
attention_dropout_prob, output_dropout_prob,
fengshen/models/transfo_xl_denoise/modeling_transfo_xl_denoise.py:195