0.617B K-5-bounded base model (pretraining only). Smallest scale point of the family.
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.
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 (K-5) bits-per-byte (BPB):
0.622
.
Usage
# transformers (completion)from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "manueldeprada/littlelearner-0.6b-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))
# vLLMfrom vllm import LLM
llm = LLM("manueldeprada/littlelearner-0.6b-bounded-base")
print(llm.generate(["The sum of 2 and 3 is"])[0].outputs[0].text)
Runs of littlelearner littlelearner-0.6b-base on huggingface.co
598
Total runs
28
24-hour runs
108
3-day runs
412
7-day runs
412
30-day runs
More Information About littlelearner-0.6b-base huggingface.co Model
littlelearner-0.6b-base huggingface.co is an AI model on huggingface.co that provides littlelearner-0.6b-base's model effect (), which can be used instantly with this littlelearner littlelearner-0.6b-base model. huggingface.co supports a free trial of the littlelearner-0.6b-base model, and also provides paid use of the littlelearner-0.6b-base. Support call littlelearner-0.6b-base model through api, including Node.js, Python, http.
littlelearner-0.6b-base huggingface.co is an online trial and call api platform, which integrates littlelearner-0.6b-base's modeling effects, including api services, and provides a free online trial of littlelearner-0.6b-base, you can try littlelearner-0.6b-base online for free by clicking the link below.
littlelearner littlelearner-0.6b-base online free url in huggingface.co:
littlelearner-0.6b-base is an open source model from GitHub that offers a free installation service, and any user can find littlelearner-0.6b-base on GitHub to install. At the same time, huggingface.co provides the effect of littlelearner-0.6b-base install, users can directly use littlelearner-0.6b-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
littlelearner-0.6b-base install url in huggingface.co: