Skip to content

About implementation of MLP layer. #7

@VERSPD0

Description

@VERSPD0

Hi, excellent work!

I noticed it is a little different from the vanilla LLama MLP layer in terms of the implementation of MLP layer.

In this paper, the feedforward_channels is defined as follows

feedforward_channels = int(feedforward_channels * 8 / 3)
while the vanilla LLama feedforward_channels is just what it is.

Is there any consideration for this modification?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions