Implementation of GPT from scratch. Design to be lightweight and easy to modify.
-
Updated
Apr 12, 2024 - Python
Implementation of GPT from scratch. Design to be lightweight and easy to modify.
This Repo. contains NLP Models
Seq2Seq model implemented with pytorch, using temperature sampling, top-k sampling, top-p sampling / nucleus sampling, and beam search.
Conversational agent using MultiWOZ dataset and decoding methods as beam search, and top-k sampling
A serie of notebooks exploring GPT-Neo
Add a description, image, and links to the top-k-sampling topic page so that developers can more easily learn about it.
To associate your repository with the top-k-sampling topic, visit your repo's landing page and select "manage topics."