Skip to content

Implement techniques to improve performance without significant parameter increase #9

Description

@vdyma

Some of the ideas used in LLaMA-2 are already implemented, such as RoPE, SwiGLU and RMSNorm.
With recent paper from @facebookresearch on MobileLLM, it makes sense to implement some more improvements such as GQA (#7), embedding share, make the network deep and thin and also layer share.
Below is the picture that shows overview of the ablation study of MobileLLM:

MobileLLM

Status:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions