LEM-Gemma3-1B/special_tokens_map.json
Snider 6a58f09d83 feat: LEM-Gemma3-1B — first model promoted to LEM status
Layered curriculum: Ethics 0 → Zen (Watts) → Ethics 1
Grammar v3: 6.06 → 17.77 (+11.71)
No LEK required at inference — axioms in weights
Lab distillation: 71.74 grammar, 98% positive uplift

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 15:21:10 +00:00

33 lines
662 B
JSON

{
"boi_token": "<start_of_image>",
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eoi_token": "<end_of_image>",
"eos_token": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"image_token": "<image_soft_token>",
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}