fineweb
Here are 14 public repositories matching this topic...
Train a SmolLM-style llm on fineweb-edu in JAX/Flax with an assortment of optimizers.
-
Updated
Jul 24, 2025 - Python
A 134M-parameter GPT written from scratch in PyTorch, no nn.Transformer and no HuggingFace, pretrained on a 7B tokens corpus of FineWeb-Edu, where it consumed 1.2B tokens on one free Kaggle P100. Held-out perplexity 38.89 against a Chinchilla prediction of 38.70.
-
Updated
Sep 6, 2026 - Jupyter Notebook
A private index of the public web — backfill history + live-tail RSS/Common Crawl/GDELT onto your laptop, query it like a table. One Python process, fully local.
-
Updated
Aug 6, 2026 - Python
Training GPT-2 on FineWeb-Edu in JAX/Flax
-
Updated
Aug 3, 2026 - Python
A 197M-param decoder-only LM trained from scratch on FineWeb-Edu — PyTorch with RoPE, GQA, SwiGLU, 32k BPE, built for 6GB VRAM
-
Updated
Sep 5, 2026 - Python
A 66M parameter decoder-only transformer language model implemented from scratch in PyTorch. Features a custom SentencePiece tokenizer, RoPE positional embeddings, SwiGLU feed-forward network, per-layer KV cache for efficient autoregressive inference, and a Svelte-based streaming chat interface.
-
Updated
May 13, 2026 - Python
OpenAI Parameter Golf competition entry — adaptive Hessian-sensitivity GPTQ clipping on PR #1855's stack. 1.06310 BPB (3-seed mean), PR #1962.
-
Updated
May 6, 2026 - Python
A minimal GPT model pretraining pipeline (mostly taken from Andrej Karpathy's build-nanogpt repo)
-
Updated
May 18, 2026 - Python
Do quality filters pull benchmark questions into pretraining corpora? Injects MMLU, GSM8K, GPQA, ARC, HellaSwag, PIQA and TruthfulQA items into a corpus and ranks them with six quality classifiers, including DCLM, FineWeb-Edu and Gaperon.
-
Updated
Aug 19, 2026 - Python
Decoder-only LLM from scratch with reproducible data pipelines, tokenizer/sharding workflows, and GPU training.
-
Updated
Jun 22, 2026 - Python
FineWeb-Edu dataset analysis using Apache Spark - DSC 232R group project
-
Updated
Mar 24, 2026 - Jupyter Notebook
Add this topic to your repo
To associate your repository with the fineweb topic, visit your repo's landing page and select "manage topics."