Views
No views yet

SpikeWhaleLM model (JEPA + HRM refinement) with the custom
ChatML-aware SpikeTokenizer. It knows it is "Escarda" and answers in a clean assistant style.trust_remote_code=True:1from transformers import AutoModelForCausalLM, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("Quazim0t0/Escarda-86M-Identity", trust_remote_code=True)
3model = AutoModelForCausalLM.from_pretrained("Quazim0t0/Escarda-86M-Identity", trust_remote_code=True)<|im_start|>role\n…<|im_end|>), with generation starting after
a trailing <|im_start|>assistant\n.use_hrm_refine=True, use_jepa=True).SpikeTokenizer — a custom byte-level "length-max" (greedy longest-match) tokenizer with a
16,512-token vocab and ChatML-aware atomic special tokens. Ships as a PreTrainedTokenizer
subclass and loads via AutoTokenizer + trust_remote_code.acc = raw continuation log-likelihood,
acc_norm = byte-length-normalized).| Task | acc | acc_norm |
|---|---|---|
| ARC-Easy | 0.3262 | 0.3380 |
| ARC-Challenge | 0.2048 | 0.2415 |
| HellaSwag | 0.2785 | 0.2818 |
| WinoGrande | 0.5020 | — |
| PIQA | 0.5539 | 0.5462 |
| OpenBookQA | 0.1360 | 0.2440 |
| BoolQ | 0.4174 | — |
acc: 0.3628 (the strongest of the Escarda family).1@misc{escarda86midentity,
2 title = {Escarda-86M-Identity: A ~86M-parameter SpikeWhaleLM},
3 author = {Dean Byrne (Quazim0t0)},
4 year = {2026},
5 howpublished = {HuggingFace, \url{https://huggingface.co/Quazim0t0/Escarda-86M-Identity}},
6 note = {Quazim0t0/Escarda-86M-Identity}
7}