Welcome to the "Exploring Large Language Models" repository. This project is dedicated to understanding and experimenting with Large Language Models (LLMs) through a series of Jupyter Notebooks.
- basic_model_setup: Guidelines for setting up and initializing LLMs.
- conversation_chatbots: Development of conversational chatbots using LLMs.
- learning_agents_1: Exploration of learning agents in the context of LLMs.
- multiple_bots_with_ui: Implementation of multiple chatbots with a Gradio user interface.
- ats_agent_1: Interface to extract relevant information from a job posting.
- synthetic_data_generator: Configurable dataset generator.
- python_to_cpp_converter: Convert python to cpp, execute code and compare execution time.
To explore the notebooks:
- Clone the Repository:
git clone https://github.com/Vaibhav3M/exploring-llms.git
- **Install juputer notebooks **:
pip install notebook
- **Install juputer notebooks **:
jupyter notebook
This repository is a work in progress. Contributions and feedback are welcome.