REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
GenAI-with-LLMs
This repository contains my lab work in “Generative AI with Large Language Models” course offered by DeepLearning.AI and Amazon Web Services on coursera.
Lab Resources
Below are the links to the specific lab notebooks. Each notebook is available in two versions: the Initial Version (before running all cells) and the Executed Version (after running all cells).
- Lab 1: Summarize Dialogue
Perform dialog summarization using Generative AI. Experiment with in context learning such as zero shot, one shot and few shot inferences and tune associated configuration parameters at inference to influence results.
- Lab 2: Fine-Tune Generative AI Model
Perform instruction fine tuning on an existing LLM from Hugging Face, Flan-T5 model. Explore both full fine tuning as well as PEFT (Parameter Efficient Fine Tuning) methods such as LoRA (Low Rank Adaptation) and evaluation using ROUGE metrics.
- Lab 3: Fine-Tune Model to Detoxify Summaries
Further fine tune a Flan-T5 model using reinforcement learning with a reward model such as Meta AI's hate speech reward model to generate less toxic summaries. Use Proximal Policy Optimization (PPO) to fine-tune and detoxify the model.
Papers
-
Attention Is All You Need
-
BloombergGPT: A Large Language Model for Finance