From 5fb6895ee86eb577711042b744e6a354af996675 Mon Sep 17 00:00:00 2001 From: Yura52 Date: Fri, 8 Dec 2023 02:19:58 +0300 Subject: [PATCH] Restore the navigation tip in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f9cdcca..7af921e 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,12 @@ print(df[df['config.seed'] == 0]['config.training.lr'].quantile(0.5)) # How to reproduce the results +> [!NOTE] +> +> This is a long section. +> **Use the "Outline" feature** on GitHub on in your text editor +> to get an overview of this section. + ## Code overview The code is organized as follows: