From bcf1ba691284fcdb37f26ae650d8c79fb17b9589 Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Mon, 30 Jun 2025 17:20:01 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3465d4b..549d4d8 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ preds = model( ) ``` +## 🎓 Tutorials + +Start with our interactive tutorial: +- **[Open in Google Colab](https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb)** - Learn AION basics interactively, no local setup required! + +For detailed guides, see the [online documentation](https://polymathic-ai.github.io/AION/). + ## 🔬 Scientific Overview ### 🧬 Architecture @@ -200,13 +207,6 @@ predictions = model( redshift_probs = torch.softmax(predictions['tok_z'], dim=-1) ``` -## 🎓 Tutorials - -Start with our interactive tutorial: -- **[Open in Google Colab](https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb)** - Learn AION basics interactively, no local setup required! - -For detailed guides, see the [online documentation](https://polymathic-ai.github.io/AION/). - ## 📦 Advanced Installation AION offers flexible installation options to suit your environment and requirements.