Asilarkness / Budgie-500m

huggingface.co
Total runs: 1.4K
24-hour runs: 5
7-day runs: 41
30-day runs: 1.4K
Model's Last Updated: August 26 2026
text-generation

Introduction of Budgie-500m

Model Details of Budgie-500m

Budgie-500M

Budgie-500M is the strongest retained TestGeniy checkpoint: a 488M-parameter English causal language model for compact mathematical reasoning, formal logic, and dialogue with a 4,096-token context.

The repository root contains only final inference artifacts. There are no adapters, optimizer states, training rows, candidate folders, or obsolete checkpoints.

Controlled comparison

Both models used identical fixed examples and prompts with greedy decoding. Qwen used its native chat template with enable_thinking=False; Budgie used its native user/assistant template. This is a small controlled regression suite, not a full official leaderboard run.

Benchmark n Budgie-500M Qwen3-0.6B non-thinking
GSM8K 30 13.33% (4/30) 46.67% (14/30)
MATH-500 15 13.33% (2/15) 13.33% (2/15)
ARC-Challenge 30 26.67% (8/30) 63.33% (19/30)
FOLIO 30 36.67% (11/30) 43.33% (13/30)
HelpSteer2 pairwise 200 48.00% (96/200) 50.00% (100/200)
Unweighted composite 5 metrics 27.60% 43.33%

Exact splits, revisions, seed, token budgets, counts, and raw percentages are recorded in benchmark.json .

Change from the previous root release
Benchmark Previous Current
GSM8K 16.67% 13.33%
MATH-500 6.67% 13.33%
ARC-Challenge 26.67% 26.67%
FOLIO 33.33% 36.67%
HelpSteer2 pairwise 48.50% 48.00%
Composite 26.37% 27.60%

The retained candidate improves the controlled composite from 26.37% to 27.60% . The main gain is MATH-500; GSM8K and HelpSteer2 slightly regress, so the table is reported without cherry-picking.

Post-training

The starting checkpoint was Asilarkness/testgeniy at revision b85ebd6ed44c922a9fddcba79dd7f390be8d2c0c, path candidates/best-scaled-combo-a080.

The retained continuation used full-parameter BF16 SFT for 80 optimizer updates with four microbatches per update, AdamW (lr=2e-6, betas=(0.9, 0.95), weight_decay=0.1), cosine decay with 10% warmup, and gradient clipping at 1.0. The final release applies 50% of the learned task vector to the starting checkpoint to control forgetting.

Continuation data mixed externally sourced mathematics and reasoning from NuminaMath-CoT and Bespoke-Stratos, formal deduction from ProofWriter, and dialogue replay from SmolTalk. Held-out final and development questions were excluded by normalized exact matching and shared 12-token-window filtering. No benchmark test row was used for training.

Architecture
  • 487,800,064 parameters
  • 24 layers, hidden size 1,280
  • 10 query heads, 2 KV heads, head dimension 128
  • SwiGLU intermediate size 3,584 and tied embeddings
  • 4,096-token context, RoPE theta 500,000
  • hybrid attention with full NoPE attention every fourth layer
Usage
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "Asilarkness/Budgie-500m"
tokenizer = AutoTokenizer.from_pretrained(repo, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(repo, trust_remote_code=True, dtype=torch.bfloat16).to("cuda").eval()
messages = [{"role": "user", "content": "What is 17 * 24? Explain briefly."}]
text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
inputs = tokenizer(text, return_tensors="pt").to(model.device)
output = model.generate(**inputs, max_new_tokens=160, do_sample=False)
print(tokenizer.decode(output[0, inputs["input_ids"].shape[1]:], skip_special_tokens=True))

trust_remote_code=True is required for the custom hybrid RoPE/NoPE architecture and digit-aware tokenizer.

Limitations

Budgie is experimental and remains behind Qwen3-0.6B on the controlled composite. It can produce incorrect, truncated, or repetitive reasoning. The reported benchmark samples are intentionally small and have wide uncertainty.

Provenance
  • Base revision: b85ebd6ed44c922a9fddcba79dd7f390be8d2c0c
  • Base path: candidates/best-scaled-combo-a080
  • Released checkpoint: synth_sft_lr2e6_u80_a050
  • Context length: 4,096 tokens

Runs of Asilarkness Budgie-500m on huggingface.co

1.4K
Total runs
5
24-hour runs
13
3-day runs
41
7-day runs
1.4K
30-day runs

More Information About Budgie-500m huggingface.co Model

Budgie-500m huggingface.co

Budgie-500m huggingface.co is an AI model on huggingface.co that provides Budgie-500m's model effect (), which can be used instantly with this Asilarkness Budgie-500m model. huggingface.co supports a free trial of the Budgie-500m model, and also provides paid use of the Budgie-500m. Support call Budgie-500m model through api, including Node.js, Python, http.

Asilarkness Budgie-500m online free

Budgie-500m huggingface.co is an online trial and call api platform, which integrates Budgie-500m's modeling effects, including api services, and provides a free online trial of Budgie-500m, you can try Budgie-500m online for free by clicking the link below.

Asilarkness Budgie-500m online free url in huggingface.co:

https://huggingface.co/Asilarkness/Budgie-500m

Budgie-500m install

Budgie-500m is an open source model from GitHub that offers a free installation service, and any user can find Budgie-500m on GitHub to install. At the same time, huggingface.co provides the effect of Budgie-500m install, users can directly use Budgie-500m installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Budgie-500m install url in huggingface.co:

https://huggingface.co/Asilarkness/Budgie-500m

Url of Budgie-500m

Provider of Budgie-500m huggingface.co

Asilarkness
ORGANIZATIONS

Other API from Asilarkness

huggingface.co

Total runs: 11.7K
Run Growth: 11.5K
Growth Rate: 98.10%
Updated:August 26 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 11 2026