Skip to content

Commit 6af0ae2

Browse files
authored
Merge pull request #48 from PolymathicAI/EiffL-patch-8
Update README.md
2 parents ce4eb34 + bcf1ba6 commit 6af0ae2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ preds = model(
7777
)
7878
```
7979

80+
## 🎓 Tutorials
81+
82+
Start with our interactive tutorial:
83+
- **[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!
84+
85+
For detailed guides, see the [online documentation](https://polymathic-ai.github.io/AION/).
86+
8087
## 🔬 Scientific Overview
8188

8289
### 🧬 Architecture
@@ -200,13 +207,6 @@ predictions = model(
200207
redshift_probs = torch.softmax(predictions['tok_z'], dim=-1)
201208
```
202209

203-
## 🎓 Tutorials
204-
205-
Start with our interactive tutorial:
206-
- **[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!
207-
208-
For detailed guides, see the [online documentation](https://polymathic-ai.github.io/AION/).
209-
210210
## 📦 Advanced Installation
211211

212212
AION offers flexible installation options to suit your environment and requirements.

0 commit comments

Comments
 (0)