Skip to content

Commit a853597

Browse files
authored
Update README.md
1 parent a8c1ac2 commit a853597

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This code is provided for educational purposes and for others who want to experi
3939
**Option 1: Local Python Environment**
4040

4141
```bash
42-
git clone https://github.com/Pomilon/Aetheris.git
42+
git clone https://github.com/Pomilon-Intelligence-Lab/Aetheris.git
4343
cd Aetheris
4444
pip install -r requirements.txt
4545
```
@@ -122,11 +122,11 @@ This project is an implementation study and relies heavily on the brilliant theo
122122

123123
## 🧠 Model Weights & Checkpoints
124124

125-
All pre-trained checkpoints are hosted on the [Hugging Face Hub](https://huggingface.co/Pomilon).
125+
All pre-trained checkpoints are hosted on the [Hugging Face Hub](https://huggingface.co/Pomilon-Intelligence-Lab).
126126

127127
| Model Artifact | Step | Description | Download |
128128
| :--- | :--- | :--- | :--- |
129-
| **Aetheris-Base** | 10k | Early convergence checkpoint (Loss ~3.66). Good for analyzing router behavior. | [🤗 Hugging Face](https://huggingface.co/pomilon-lab/Aetheris-MoE-300M-A125M-base) |
129+
| **Aetheris-Base** | 10k | Early convergence checkpoint (Loss ~3.66). Good for analyzing router behavior. | [🤗 Hugging Face](https://huggingface.co/Pomilon-Intelligence-Lab-lab/Aetheris-MoE-300M-A125M-base) |
130130
| **Aetheris-Chat** | -- | *Coming Soon (Post-SFT)* | -- |
131131

132132
> **⚠️ Important:** Aetheris uses a custom Hybrid Mamba-MoE architecture. You **cannot** load it directly with `transformers.AutoModel`. You must use the interface provided in this repository.

0 commit comments

Comments
 (0)