Stars
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
For GGUF support, see KoboldCPP: https://github.com/LostRuins/koboldcpp
Pretrained language model with 100B parameters
Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues i…
Source code for the book "Violent Python" by TJ O'Connor. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues invo…
Implementation of the specific Transformer architecture from PaLM - Scaling Language Modeling with Pathways