manueldeprada HF Staff commited on
Commit
c29f235
·
verified ·
1 Parent(s): a4b0b7f

Cards: drop inline comments, cross-model asides, '(chat, paper-filtered)', trust_remote_code clause; remove em dashes

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,16 +16,16 @@ tags:
16
 
17
  5B K-5-bounded base model (pretraining only).
18
 
19
- Part of the **LittleLearner** scale-up study (*pedagogically-controlled knowledge exposure*): Qwen3 dense LMs trained on a corpus filtered to U.S. K5 material (**bounded**) vs an unfiltered FineWeb-Edu corpus (**unbounded**), to measure what an interpretable knowledge boundary costs and grants.
20
 
21
  ## Model
22
- - **Architecture:** Qwen3 dense (`Qwen3ForCausalLM`) — standard `transformers`, no custom code / `trust_remote_code`.
23
- - **Size:** 5.04B params hidden 3072, 44 layers, 24 query / 8 KV heads, FFN 9216. **Context:** 4096.
24
  - **Tokenizer:** custom 64k byte-level BPE with per-digit splitting (ChatML special tokens).
25
- - **Pretraining:** 88B tokens on K-5 **LittleCurriculum** (FineWeb-Edu filtered to U.S. grades K5). WSD schedule, sharded Muon, MXFP8, Megatron-Core on 8×B200.
26
 
27
  ## Evaluation
28
- - In-domain bits-per-byte (BPB): **0.536** (vs the 2B nanochat reference 0.805).
29
 
30
  ## Usage
31
  ```python
 
16
 
17
  5B K-5-bounded base model (pretraining only).
18
 
19
+ 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.
20
 
21
  ## Model
22
+ - **Architecture:** Qwen3 dense (`Qwen3ForCausalLM`).
23
+ - **Size:** 5.04B params, hidden 3072, 44 layers, 24 query / 8 KV heads, FFN 9216. **Context:** 4096.
24
  - **Tokenizer:** custom 64k byte-level BPE with per-digit splitting (ChatML special tokens).
25
+ - **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.
26
 
27
  ## Evaluation
28
+ - In-domain bits-per-byte (BPB): **0.536**.
29
 
30
  ## Usage
31
  ```python