From 7831c3553f71f638919a8ac89e46b7b00b58a711 Mon Sep 17 00:00:00 2001 From: Joshua David Date: Tue, 16 Jul 2024 22:50:32 -0700 Subject: [PATCH] Update README.md to be more detailed --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6444028..97618c2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ metrics: # LongRoPE: Extending LLM Context Window Beyond 2 Million Tokens +## Table of Contents +- [Introduction](#introduction) +- [Description](#description) +- [Model Architecture](#model-architecture) +- [Implementation Highlights](#implementation-highlights) +- [Getting Started](#getting-started) +- [Usage](#usage) +- [Results](#results) +- [Contributing](#contributing) +- [Citation](#citation) + ## Introduction The paper introduces LongRoPE, a method to extend the context window of large language models (LLMs) beyond 2 million tokens.