Raghav-Singhal commited on
Commit
60b9746
·
verified ·
1 Parent(s): b794aa1

Note SPP-annotated docs on the pretraining line

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ One of the five 3B instruction-tuned models from **Synthetic Persona Pretraining
26
  ## Model details
27
  - **Architecture:** Llama-3.2-3B-shaped dense decoder-only transformer (28 layers, hidden size 3072, 24 attention heads, 8 KV groups, RoPE, RMSNorm, SwiGLU, tied input/output embeddings), trained from scratch.
28
  - **Tokenizer:** SmolLM2 tokenizer with an added `<assistant>` marker token (vocabulary 49280).
29
- - **Pretraining:** ~500B tokens on a subset of the Olmo 3 Dolma 3 mixture.
30
  - **Post-training:** persona-binding supervised fine-tuning (PBSFT-mix): 300k single-turn examples, 90% WildChat-1M instructions and 10% safety prompts (WildJailbreak, WildGuardMix); assistant responses follow the Model Raising Constitution with inline `[N.M]` citations; response-only loss, one epoch.
31
 
32
  ## Chat format
 
26
  ## Model details
27
  - **Architecture:** Llama-3.2-3B-shaped dense decoder-only transformer (28 layers, hidden size 3072, 24 attention heads, 8 KV groups, RoPE, RMSNorm, SwiGLU, tied input/output embeddings), trained from scratch.
28
  - **Tokenizer:** SmolLM2 tokenizer with an added `<assistant>` marker token (vocabulary 49280).
29
+ - **Pretraining:** ~500B tokens on a subset of the Olmo 3 Dolma 3 mixture, with SPP reflections inserted into the safety-annotated documents within it.
30
  - **Post-training:** persona-binding supervised fine-tuning (PBSFT-mix): 300k single-turn examples, 90% WildChat-1M instructions and 10% safety prompts (WildJailbreak, WildGuardMix); assistant responses follow the Model Raising Constitution with inline `[N.M]` citations; response-only loss, one epoch.
31
 
32
  ## Chat format