Open soohoonc opened 7 months ago
To address the issue of adding a section on the history of models used before transformers, such as RNN, LSTM, GRU, VAE, etc., you should update the models.ipynb
file in the soohoonc/llms repository. Here are the specific steps to implement this resolution:
Add a New Section Before Transformer Models: At the beginning of the notebook, before discussing Transformer based models, insert a new markdown cell titled 'History of Machine Learning Models'.
Detail Each Model Type: In separate markdown cells under the new section, provide detailed explanations for each of the following model types:
Provide Examples and References: Where possible, include code snippets or pseudocode to illustrate how these models are implemented. Also, add references to seminal papers or resources for further reading.
This addition will enrich the notebook by providing a comprehensive background on the evolution of machine learning models leading up to the current focus on transformer-based models.
I would like to work on this issue
add sections on rnn, lstm, gru, vae, etc used before transformers