Pinned Repositories
gpt-function
Interact ChatGPT as regular Python functions. It provides a convenient and flexible way to utilize gpt model for python developers.
RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
xuanli's Repositories
xuanli/gpt-function
Interact ChatGPT as regular Python functions. It provides a convenient and flexible way to utilize gpt model for python developers.
xuanli/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.