Skip to content
#

fineweb

Here are 14 public repositories matching this topic...

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 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

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

Add this topic to your repo

To associate your repository with the fineweb topic, visit your repo's landing page and select "manage topics."

Learn more