From 4c237eebc20af12ce8cecc04ca92614e7e2c5de4 Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Mon, 18 Mar 2024 06:09:14 +0000
Subject: [PATCH] update readme

---
 README.md | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 4c0dec2..34fe587 100644
--- a/README.md
+++ b/README.md
@@ -13,19 +13,19 @@ This repository is the Amazon KDD Cup 2024 **Submission template and Starter kit
 
 # Table of Contents
 
-1. [Competition Overview](#competition-overview)
-2. [Dataset](#dataset)
-3. [Tasks](#tasks)
-4. [Evaluation Metrics](#evaluation-metrics)
-5. [Getting Started](#getting-started)
-   - [How to write your own model?](#how-to-write-your-own-model)
-   - [How to start participating?](#how-to-start-participating)
-      - [Setup](#setup)
-      - [How to make a submission?](#how-to-make-a-submission)
-      - [What hardware does my code run on?](#what-hardware-does-my-code-run-on)
-      - [How are my model responses parsed by the evaluators?](#how-are-my-model-responses-parsed-by-the-evaluators)
-6. [Frequently Asked Questions](#frequently-asked-questions)
-6. [Important Links](#important-links)
+1. [Competition Overview](#-competition-overview)
+2. [Dataset](#-dataset)
+3. [Tasks](#-tasks)
+4. [Evaluation Metrics](#-evaluation-metrics)
+5. [Getting Started](#-getting-started)
+   - [How to write your own model?](#-how-to-write-your-own-model)
+   - [How to start participating?](#-how-to-start-participating)
+      - [Setup](#-setup)
+      - [How to make a submission?](#-how-to-make-a-submission)
+      - [What hardware does my code run on?](#-what-hardware-does-my-code-run-on)
+      - [How are my model responses parsed by the evaluators?](#-how-are-my-model-responses-parsed-by-the-evaluators)
+6. [Frequently Asked Questions](#-frequently-asked-questions)
+6. [Important Links](#-important-links)
 
 
 # 📖 Competition Overview
@@ -104,7 +104,7 @@ Please refer to [local_evaluation.py](local_evaluation.py) for more details on h
 2. **Fork** this starter kit repository. You can use [this link](https://gitlab.aicrowd.com/aicrowd/challenges/amazon-kdd-cup-2024/amazon-kdd-cup-2024-starter-kit/-/forks/new) to create a fork.
 3. **Clone** your forked repo and start developing your model.
 4. **Develop** your model(s) following the template in [how to write your own model](#how-to-write-your-own-model) section.
-5. [**Submit**](#how-to-make-a-submission) your trained models to [AIcrowd Gitlab](https://gitlab.aicrowd.com) for evaluation [(full instructions below)](#how-to-make-a-submission). The automated evaluation setup will evaluate the submissions on the private datasets and report the metrics on the leaderboard of the competition.
+5. [**Submit**](#-how-to-make-a-submission) your trained models to [AIcrowd Gitlab](https://gitlab.aicrowd.com) for evaluation [(full instructions below)](#-how-to-make-a-submission). The automated evaluation setup will evaluate the submissions on the private datasets and report the metrics on the leaderboard of the competition.
 
 # ✍️ How to write your own model?
 
@@ -141,7 +141,7 @@ You can add your SSH Keys to your GitLab account by going to your profile settin
 
 6. Accept the Challenge Rules on the main [challenge page](https://www.aicrowd.com/challenges/amazon-kdd-cup-2024-multi-task-online-shopping-challenge-for-llms) by clicking on the **Participate** button. Also accept the Challenge Rules on the Task specific page (link on the challenge page) that you want to submit to.
 
-7. Make a submission as described in [How to make a submission](#how-to-make-a-submission) section.
+7. Make a submission as described in [How to make a submission](#-how-to-make-a-submission) section.
 
 
 ## 📮 How to make a submission?
-- 
GitLab