back to home
Best Open Source gpt 2 Libraries
A curated list of the most popular GitHub repositories tagged with gpt 2. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1BlinkDL/RWKV-LM
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
14,357Python
Analyze Code
#2microsoft/LoRA
Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"
13,264Python
Analyze Code