Fix GitHub links: buildwithbooks -> DavinciDreams
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ model-index:
|
|
| 37 |
|
| 38 |
# JuliaSLM
|
| 39 |
|
| 40 |
-
A 5.04M parameter decoder-only Transformer trained on classical philosophy texts, implemented entirely in Julia using Lux.jl. Part of the [Julia SLM](https://github.com/
|
| 41 |
|
| 42 |
## Model Family
|
| 43 |
|
|
@@ -188,8 +188,8 @@ text = generate(model, ps, st, tok, "the nature of ";
|
|
| 188 |
## Provenance
|
| 189 |
|
| 190 |
- **Author**: LisaMegaWatts
|
| 191 |
-
- **Training code**: [
|
| 192 |
-
- **Data pipeline**: [
|
| 193 |
- **Training date**: February 2026
|
| 194 |
- **Architecture reference**: nanoGPT (Karpathy, 2023) adapted for Julia/Lux.jl
|
| 195 |
|
|
|
|
| 37 |
|
| 38 |
# JuliaSLM
|
| 39 |
|
| 40 |
+
A 5.04M parameter decoder-only Transformer trained on classical philosophy texts, implemented entirely in Julia using Lux.jl. Part of the [Julia SLM](https://github.com/DavinciDreams/julia-slm) family of models exploring alternative sequence mixing architectures.
|
| 41 |
|
| 42 |
## Model Family
|
| 43 |
|
|
|
|
| 188 |
## Provenance
|
| 189 |
|
| 190 |
- **Author**: LisaMegaWatts
|
| 191 |
+
- **Training code**: [DavinciDreams/julia-slm](https://github.com/DavinciDreams/julia-slm)
|
| 192 |
+
- **Data pipeline**: [DavinciDreams/text-pipeline](https://github.com/DavinciDreams/text-pipeline)
|
| 193 |
- **Training date**: February 2026
|
| 194 |
- **Architecture reference**: nanoGPT (Karpathy, 2023) adapted for Julia/Lux.jl
|
| 195 |
|