LisaMegaWatts commited on
Commit
eaeccd0
·
verified ·
1 Parent(s): eac282f

Fix GitHub links: buildwithbooks -> DavinciDreams

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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/buildwithbooks/julia-slm) family of models exploring alternative sequence mixing architectures.
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**: [buildwithbooks/julia-slm](https://github.com/buildwithbooks/julia-slm)
192
- - **Data pipeline**: [buildwithbooks/text-pipeline](https://github.com/buildwithbooks/text-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