littlelearner / littlelearner-5b-base

huggingface.co
Total runs: 618
24-hour runs: 0
7-day runs: 121
30-day runs: 420
Model's Last Updated: August 17 2026
text-generation

Introduction of littlelearner-5b-base

Model Details of littlelearner-5b-base

littlelearner-5b-base

5B K-5-bounded base model (pretraining only).

Part of the LittleLearner scale-up study ( pedagogically-controlled knowledge exposure ): Qwen3 dense LMs trained on a corpus filtered to U.S. K-5 material ( bounded ) vs an unfiltered FineWeb-Edu corpus ( unbounded ), to measure what an interpretable knowledge boundary costs and grants.

Model
  • Architecture: Qwen3 dense ( Qwen3ForCausalLM ).
  • Size: 5.04B params, hidden 3072, 44 layers, 24 query / 8 KV heads, FFN 9216. Context: 4096.
  • Tokenizer: custom 64k byte-level BPE with per-digit splitting (ChatML special tokens).
  • Pretraining: 88B tokens on K-5 LittleCurriculum (FineWeb-Edu filtered to U.S. grades K-5). WSD schedule, sharded Muon, MXFP8, Megatron-Core on 8xB200.
Evaluation
  • In-domain bits-per-byte (BPB): 0.536 .
Usage
# transformers (completion)
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "manueldeprada/littlelearner-5b-bounded-base"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, dtype="bfloat16", device_map="cuda")
ids = tok("The sum of 2 and 3 is", return_tensors="pt").to(model.device)
print(tok.decode(model.generate(**ids)[0], skip_special_tokens=True))
# vLLM
from vllm import LLM
llm = LLM("manueldeprada/littlelearner-5b-bounded-base")
print(llm.generate(["The sum of 2 and 3 is"])[0].outputs[0].text)

Runs of littlelearner littlelearner-5b-base on huggingface.co

618
Total runs
0
24-hour runs
54
3-day runs
121
7-day runs
420
30-day runs

More Information About littlelearner-5b-base huggingface.co Model

More littlelearner-5b-base license Visit here:

https://choosealicense.com/licenses/other

littlelearner-5b-base huggingface.co

littlelearner-5b-base huggingface.co is an AI model on huggingface.co that provides littlelearner-5b-base's model effect (), which can be used instantly with this littlelearner littlelearner-5b-base model. huggingface.co supports a free trial of the littlelearner-5b-base model, and also provides paid use of the littlelearner-5b-base. Support call littlelearner-5b-base model through api, including Node.js, Python, http.

littlelearner-5b-base huggingface.co Url

https://huggingface.co/littlelearner/littlelearner-5b-base

littlelearner littlelearner-5b-base online free

littlelearner-5b-base huggingface.co is an online trial and call api platform, which integrates littlelearner-5b-base's modeling effects, including api services, and provides a free online trial of littlelearner-5b-base, you can try littlelearner-5b-base online for free by clicking the link below.

littlelearner littlelearner-5b-base online free url in huggingface.co:

https://huggingface.co/littlelearner/littlelearner-5b-base

littlelearner-5b-base install

littlelearner-5b-base is an open source model from GitHub that offers a free installation service, and any user can find littlelearner-5b-base on GitHub to install. At the same time, huggingface.co provides the effect of littlelearner-5b-base install, users can directly use littlelearner-5b-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

littlelearner-5b-base install url in huggingface.co:

https://huggingface.co/littlelearner/littlelearner-5b-base

Url of littlelearner-5b-base

littlelearner-5b-base huggingface.co Url

Provider of littlelearner-5b-base huggingface.co

littlelearner
ORGANIZATIONS

Other API from littlelearner