diff --git a/docs/baselines.md b/docs/baselines.md
index 83f5e524b5e2377e15728d3c4eca26cd66c513e6..596836352fc9db81cdab781539c2a4be1e0fb48a 100644
--- a/docs/baselines.md
+++ b/docs/baselines.md
@@ -7,9 +7,9 @@ Please note that these baselines are **NOT** tuned for performance or efficiency
 
 ## Available Baseline Models:
 
-1. [**Vanilla Llama 2 Model**](../models/vanilla_llama_baseline.py): For an implementation guide and further details, refer to the Vanilla Llama 2 model documentation [here](../models/vanilla_llama_baseline.py).
+1. [**Vanilla Llama 3 Model**](../models/vanilla_llama_baseline.py): For an implementation guide and further details, refer to the Vanilla Llama 3 model inline documentation [here](../models/vanilla_llama_baseline.py).
 
-2. [**RAG Baseline Model**](../models/rag_llm_model.py): For an implementation guide and further details, refer to the RAG Baseline model documentation [here](../models/rag_llm_model.py).
+2. [**RAG Baseline Model**](../models/rag_llm_model.py): For an implementation guide and further details, refer to the RAG Baseline model inline documentation [here](../models/rag_llm_model.py).
 
 ## Preparing Your Submission: