def __init__()

in summarize_from_feedback/models/transformer.py [0:0]


    def __init__(
        self,
        d_model,
        n_ctx,
        n_head,
        n_depth,  # The number of resblocks.
        attn_dropout=0.0,
        resid_dropout=0.0,
        afn="quick_gelu",
        zero_out=False,
        init_scale=1.0,
        res_scale=False,
        m_attn=0.25,
        m_mlp=1.0,
        mp_comm: Comm = None,
        key_bias=False,