From d4c202b4263f874448e02c9181e53f744e2483e9 Mon Sep 17 00:00:00 2001 From: Joshua David Date: Thu, 18 Jul 2024 22:03:01 -0700 Subject: [PATCH] Update README.md to be more detailed --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64578c4..d2c58e5 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,8 @@ output = model(input_ids) print(output.shape) # Expected shape: (batch_size, target_length, d_model) ``` +## Advanced Usage + ## Results My implementation of LongRoPE achieves the following results: