We fine-tuned the 20B parameter GPT-Neox model by EleutherAI to generate quotes, and build a small web app around it.
Generate Quotes: https://neox.labml.ai/quote
We open-sourced the code we used to fine-tune the GPT-NeoX model.
Annotated implementation: https://nn.labml.ai/neox/index.html
Github: https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/labml_nn/neox
Original EleutherAI GPT-Neox GitHub repo: https://github.com/EleutherAI/gpt-neox
GPT-NeoX playground: https://neox.labml.ai
Annotated implementation: https://nn.labml.ai/neox/index.html
Github: https://github.com/labmlai/annotated_deep_learning_paper_imp...