Skip to content

Instantly share code, notes, and snippets.

@sikang99
Last active November 13, 2023 20:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sikang99/72986dce9b32746c1dbd89f402cc4027 to your computer and use it in GitHub Desktop.
Save sikang99/72986dce9b32746c1dbd89f402cc4027 to your computer and use it in GitHub Desktop.
LLaMA, Alpaca, chatGLM, ...

Compact Language Models

Abbrs

  • GPT : Generative Pretrained Transformer
  • LLaMA : Large Language Model Meta AI, Meta
  • GLM : Generic Language Model, Tsinghua University
  • LoRA : Low-Rank Adaptation, MS
  • LiGO : Linear Growth Operator, MIT
  • PEFT : Parameter-Efficient Fine-Tuning, Hugging Face
  • LoRA + DeepSpeed + CPU offloading
  • RPTG : Reorder-based Post-Training Quantization
  • DeepSpeed
  • Large language model

Articles

Projects

GPT

Dolly

Miscs

References

Projects

Papers

@PenutChen
Copy link

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment