From a8c9acb98879311294506cebbe82a492948092bf Mon Sep 17 00:00:00 2001 From: "S.P. Mohanty" <spmohanty91@gmail.com> Date: Tue, 14 May 2024 13:56:34 +0000 Subject: [PATCH] update baselines docs --- docs/baselines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/baselines.md b/docs/baselines.md index 83f5e52..5968363 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: -- GitLab