This repository contains code for both Large Language Models (LLM) and Long Short-Term Memory (LSTM) models developed on AWS SageMaker Studio Lab.
You can open these notebooks and run them in AWS SageMaker Studio Lab:
- Go to AWS SageMaker Studio Lab.
- After signing in, click on the Git icon in the sidebar, and clone this repository.
- Upload the notebooks manually or open them directly from your SageMaker Studio Lab environment.
- LLM_Model_Notebook.ipynb: Implementation of Large Language Model (LLM).
- LSTM_Stock_Prediction_Notebook.ipynb: Implementation of LSTM model for stock price prediction.