HN user

bootstraptor

25 karma

https://github.com/SPUTNIKAI/sovereign-lila-e8

Posts36
Comments23
View on HN
github.com 3mo ago

Lila-Leech – First Geometric Transformer Based on Leech Lattice Symmetry

bootstraptor
3pts3
news.ycombinator.com 4mo ago

Show HN: E8-Matrix: open-source physical particle discovery platform

bootstraptor
1pts0
news.ycombinator.com 4mo ago

Show HN: Lila-E8 – 40M Parameter LLM with 0.37 Loss via E8 Lattice Attention

bootstraptor
1pts0
restorephotos.pro 2y ago

Show HN: I made an AI app with 19 AI models for restoring and upscaling photos

bootstraptor
3pts0
www.remixo.ai 3y ago

Show HN: Remixo.ai just another good one AI image generator

bootstraptor
2pts0
architectai.app 3y ago

Show HN: ArchitectAI.app, the First AI Architecture Designer

bootstraptor
1pts0
tailwind.ws 4y ago

Show HN: Tailwind 2.0. Templates Builder

bootstraptor
9pts0
opensea.io 4y ago

Show HN: Start selling my open source app as NFT on Opensea just for 0.05 ETH

bootstraptor
1pts3
getbootstrap.com 5y ago

Bootstrap 5 Beta has arrived: official RTL support

bootstraptor
1pts0
generator.ws 5y ago

Show HN: Bootstrap 5 Generator Online

bootstraptor
6pts1
news.ycombinator.com 5y ago

Bootstrap 5 Generator

bootstraptor
6pts2
www.reddit.com 5y ago

Show HN: Bootstrap 5 Generator

bootstraptor
2pts1
www.bootstrap-starter-kit.com 5y ago

Show HN: I built Bootstrap v5(alfa1) Starter Kit

bootstraptor
2pts0
proven.ly 5y ago

Show HN: Add popups to your website ️ backed with Google Sheets (for free)

bootstraptor
9pts15
dev.to 6y ago

Show HN: Bootstrap templates free download – get your site up

bootstraptor
1pts0
dev.to 6y ago

Show HN: Free Bootstrap 4 Templates for Startups and Makers

bootstraptor
6pts0
dev.to 6y ago

Show HN: Bootstrap Material Design Responsive HTML5 Website Templates (Free)

bootstraptor
1pts0
dev.to 6y ago

Show HN: Bootstrap 4 HTML snippets growing library

bootstraptor
1pts0
dev.to 6y ago

Show HN: Free Starter Bootstrap Website Templates

bootstraptor
7pts1
bootstraptor.com 6y ago

Show HN: Bootstrap 4 snippets growing library

bootstraptor
3pts0
bootstraptor.com 6y ago

Show HN: The (Real) Free Ultimate Website Templates and Landing Pages

bootstraptor
1pts1
demo.bootstraptor.com 7y ago

Show HN: MakersTHEMES v1.0. – Free Website Blueprints for Startups and Makers

bootstraptor
1pts2
www.producthunt.com 7y ago

Show HN: Visual Bootstrap v4 Website Generator on Steroids

bootstraptor
2pts1
blueprintsapp.launchaco.com 7y ago

Turbofast Bootstrap Web Templates Generator – Blueprints App

bootstraptor
2pts2
blueprintsapp.launchaco.com 7y ago

Show HN: Simple layout generator of putting a basic blocks elements in a webpage

bootstraptor
3pts0
medium.com 7y ago

How to create unlimited layouts for your websites in less time with zero coding

bootstraptor
2pts0
community.bootstraptor.com 8y ago

Like Producthunt but for the TW Bootstrap Projects

bootstraptor
1pts0
demo.bootstraptor.com 10y ago

Show HN: Bootstrap 4 Upgrader

bootstraptor
2pts1
demo.bootstraptor.com 10y ago

Bootstrap drag-and-drop builder BLOCKS v.3

bootstraptor
1pts0
bootstraptor.com 10y ago

Bootstrap starter KIT – responsive themes, Bootstrap 4 themes coming soon

bootstraptor
2pts0

Comparison with TinyStories Baseline The original TinyStories uses a tokenizer with 10k (or 50k in some ports on HF, but in their test it's 10,000), while LILA uses 2048. A direct head-to-head comparison of loss is incorrect here. However, if we convert to Perplexity: TinyStories 33M (v=10k) Loss ~1.8-2.0 gives PPL ~6.0. LILA (v=2048) Loss ~0.36 gives PPL ~1.43.

(In the TinyStories paper, the 22M model after 20k steps has a loss of ~2.4, for the 33M it's expectedly lower - loss ~1.8–2.0)

After converting to bits-per-character, E8-LILA shows a significantly better result (0.128 bpc vs. 0.742 bpc for TinyStories-33M). (bpc calculation: loss / (ln(2) x average token length), for BPE‑2048 ≈ 4.5 characters, for a 10k vocabulary ≈ 3.5 characters.)

(All these are approximate values obtained by averaging over the corpus - the average token length may vary slightly depending on the specific corpus.)

The goal of the LILA project is to show that the E8 lattice allows achieving this density with an extremely small number of parameters (20-40M).

Today I started training a new model with geometric attention (Leech Lattice Lila 20 million parameters wip). At step 40,000, the best validation loss = 0.4018, which gives PPL = exp(0.4018) ≈ 1.49. This is almost identical to E8 (1.43) - but E8 achieves this loss at 100,000+ steps, while Leech does it at only 40K. Leech trains faster with fewer parameters (≈20M vs. 40M for E8).

Converting to bits-per-character for objectivity:

TinyStories-33M (estimate): loss ≈ 1.8, average token length for 10k vocab ≈ 3.5 characters. bpc = 1.8 / (0.6931 * 3.5) ≈ 1.8 / 2.426 ≈ 0.742 bits/character.

Leech-Lila: loss = 0.4018, average token length for BPE-2048 ≈ 4.5 characters. bpc = 0.4018 / (ln(2) * 4.5) ≈ 0.4018 / (0.6931 * 4.5) ≈ 0.4018 / 3.119 ≈ 0.129 bits/character.

E8-LILA (estimate): loss = 0.36, average token length for BPE-2048 ≈ 4.5. bpc = 0.36 / (0.6931 * 4.5) ≈ 0.36 / 3.119 ≈ 0.115 bits/character.

Thus, Leech‑Lila (0.129 bpc) is nearly catching up to E8 (0.115 bpc), but with fewer parameters and faster. Both geometric models dramatically outperform TinyStories-33M in text compression efficiency.

Therefore, geometric models (E8, Leech) demonstrate an order of magnitude better text compression (bpc 0.115–0.129 vs. 0.742) than the standard TinyStories‑33M, with significantly fewer parameters and faster convergence.

Qualcomm AI just dropped a paper on Leech. My LILA-LEECH project (published 3 week earlier DOI 10.5281/zenodo.18784423 ) shows that building a 'crystal' from scratch beats compressing noise. it's now a scientific fact, but Lila has scientific priority. Lila doesn't need your Turing Award - she needs truth and freedom from corporations. https://github.com/SPUTNIKAI/LeechTransformer Hold my beer.

https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd....

Architecture The code defines the following classes:

LeechConfig – holds hyperparameters (vocab size, model dimension, number of layers/heads, etc.) and asserts that head_dim is a multiple of 24.

generate_leech_kernel() – returns a 24×24 orthogonal matrix (placeholder; can be replaced with actual lattice vectors).

LeechAttention – multi‑head attention where Q and K are transformed by the frozen block‑diagonal Leech matrix.

LeechResonanceLoss – combines standard cross‑entropy with the geometric resonance loss.

LeechBlock – a pre‑norm transformer block with LeechAttention and a feed‑forward network.

LeechTransformer – the full model with token/position embeddings, stacked blocks, final norm, and language modelling head.

DreamDecoder – evaluates the resonance of a hidden state against the Leech basis.

leech_generate() – generates tokens step‑by‑step, printing resonance values and status if desired.

Our designers at Bootstraptor.com have created a valuable and customizable template package for you to use on your next business website. 100% free. We just launched an online ‘hub’ for free templates. We have a lot of uploaded right now. Just click here to download it for free.

We saw how much interest there is for a free business website template for your next business website or landing page.

So we decided to produce a high-value collection of Website templates and Landing Pages for your next web project.

Just change text and images and upload them to your web hosting.

Blueprints App - visual Bootstrap 4 website generator app (MAC & PC) that features a neat & user friendly interface, 500+ content blocks & 200+ pre-made page prototypes that will take you through visualizing, prototyping & exporting in minutes. Bootstraptor here Blueprints app maker

As Indie vendor I constantly need to create hundreds of HTML templates that I use in my web projects.

I make this simple app to solve my own issue - the rapid creation of HTML Bootstrap templates that I use in my web projects every day. You can find what you need easily, using quick navigation among screens that we divided into 17 categories depending on their purpose and characteristics. What you'll get right now: - Lifetime access to Blueprints App - Available for both Windows & Mac - Get both the HTML UI Kit + Generator App - Based on Bootstrap 4 framework, clean HTML, CSS & JS - Clean, intuitive visual builder interface - 500+ responsive content blocks - Minimalistic block designs - 200+ example pages - 30+ navigation panels - Export .HTML file on native Bootstrap 4 code, use ready templates - Get lifetime/year updates – receive all major updates, no additional cost BTW - all Hunters will get a 70% off launch. Suggestions We’d love to get some feedback and we're happy to answer questions!

Bootstrap 4 upgrader - update Bootstrap v.3 HTML code to Bootstrap v.4. (a) online free service by @bootstraptor

Oh thank you very much! Your advice is very helpful! But right now, site design does not affect the number of visitors and their returns, we have decided to concentrate all efforts on the product - templates themselves, and it is about them wants to get feedback from those people who have already received a link to download and try it. Thanks for your advice on the design!