Byrne-86M-Base

The base model of the Byrne family (distilled step-4000 checkpoint) β€” a strong general base for continued pretraining / fine-tuning. A ~86M-parameter, from-scratch SpikeWhaleLM decoder (Multi-head Latent Attention, n-gram engram memory, hash-lookup layers, hyper-connections, HRM refinement, MTP) with a custom ChatML-aware tokenizer. Trained with Modal credits during the Small Models, Big Adventures Hackathon.

Related: main model β†’ Byrne-86M

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("Quazim0t0/Byrne-86M-Base", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("Quazim0t0/Byrne-86M-Base", trust_remote_code=True)

Evaluation

Zero-shot, lm-eval-harness-style scoring over full splits (acc = raw continuation log-likelihood, acc_norm = byte-length-normalized).

Task acc acc_norm
arc_easy 0.4205 0.3931
arc_challenge 0.1877 0.2389
hellaswag 0.2792 0.2927
winogrande 0.5193 β€”
piqa 0.5941 0.5860
openbookqa 0.1420 0.2820
boolq 0.6171 β€”

ArithMark-2.0 (AxiomicLabs) β€” official metric is raw acc: 0.2732.

Language modeling: WikiText-2 byte_ppl (↓) 2.3753 Β· BLiMP (↑) 0.7356.

Downloads last month
-
Safetensors
Model size
96.9M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using Quazim0t0/Byrne-86M-Base 1

Collection including Quazim0t0/Byrne-86M-Base