From ddc501b80e812f05a4237514c592f286554f2a11 Mon Sep 17 00:00:00 2001
From: Dhieu
Date: Mon, 27 Jan 2025 14:18:17 +0300
Subject: [PATCH 1/2] Add table of contents to README
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 7ecf87e..ccd62cc 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,17 @@
Paper Link👁️
+## Table of Contents
+
+1. [Introduction](## 1. Introduction)
+2. [Model Summary](## 2. Model Summary)
+3. [Model Downloads](## 3. Model Downloads)
+4. [Evaluation Results](## 4. Evaluation Results)
+5. [Chat Website & API Platform](## 5. Chat Website & API Platform)
+6. [How to Run Locally](## 6. How to Run Locally)
+7. [License](## 7. License)
+8. [Citation](## 8. Citation)
+9. [Contact](## 9. Contact)
## 1. Introduction
From 6784e1976df5e5ebdff031523384807b992992f4 Mon Sep 17 00:00:00 2001
From: Dhieu
Date: Tue, 28 Jan 2025 17:14:35 +0300
Subject: [PATCH 2/2] Fix TOC links to correctly link to headings in Markdown
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index ccd62cc..ba4f5e4 100644
--- a/README.md
+++ b/README.md
@@ -46,15 +46,16 @@
## Table of Contents
-1. [Introduction](## 1. Introduction)
-2. [Model Summary](## 2. Model Summary)
-3. [Model Downloads](## 3. Model Downloads)
-4. [Evaluation Results](## 4. Evaluation Results)
-5. [Chat Website & API Platform](## 5. Chat Website & API Platform)
-6. [How to Run Locally](## 6. How to Run Locally)
-7. [License](## 7. License)
-8. [Citation](## 8. Citation)
-9. [Contact](## 9. Contact)
+1. [Introduction](#1-introduction)
+2. [Model Summary](#2-model-summary)
+3. [Model Downloads](#3-model-downloads)
+4. [Evaluation Results](#4-evaluation-results)
+5. [Chat Website & API Platform](#5-chat-website--api-platform)
+6. [How to Run Locally](#6-how-to-run-locally)
+7. [License](#7-license)
+8. [Citation](#8-citation)
+9. [Contact](#9-contact)
+
## 1. Introduction