From 3531c59f70aef69966629d39b4348485a134c2a3 Mon Sep 17 00:00:00 2001 From: "S.P. Mohanty" <spmohanty91@gmail.com> Date: Mon, 18 Mar 2024 06:13:36 +0000 Subject: [PATCH] update readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34fe587..d2ffe28 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ This repository is the Amazon KDD Cup 2024 **Submission template and Starter kit 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 write your own model?](#ï¸-how-to-write-your-own-model) - [How to start participating?](#-how-to-start-participating) - - [Setup](#-setup) + - [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) + - [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) @@ -160,7 +160,7 @@ In summary, we provide you `2` x [[NVIDIA T4 GPUs](https://www.nvidia.com/en-us/ Please refer to [parsers.py](parsers.py) for more details on how we parse your model responses. -# Frequently Asked Questions +# â“ Frequently Asked Questions ## Which track is this starter kit for ? This starter kit can be used to submit to any of the tracks. You can find more information in [docs/submissions.md#submitting-to-different-tracks](docs/submissions.md#submitting-to-different-tracks). -- GitLab