πŸŽ‰ Introducing Nova-1-0.8B β€” a compact function-calling assistant by HyperAI

#1
by HeavensHackDev - opened

We are excited to announce Nova-1-0.8B, the first open release of our assistant line at HyperAI β€” a fine-tuned Qwen3.5-0.8B specialized for reliable, production-grade tool calling.

Why Nova?

Nova is a 0.8B assistant designed for lightweight, on-device, and edge deployments where dependable function calling matters more than raw scale. It was trained in-house on a hand-crafted instruction dataset and released as a standalone BF16 checkpoint β€” loads in stock Transformers with no adapter infrastructure.

Key features

  • Protocol-agnostic tool calling β€” one model, three verified conventions: XML <tool_call>, JSON, and plain-text TOOL name | param=value, all declared at inference time.
  • Multi-domain tools β€” weather, arithmetic, web search, translation, unit & currency conversion, timers, notes and reminders, plus multi-step chains.
  • Clean behavior β€” Nova never hallucinates tool calls; it answers from knowledge when no tool fits.
  • Knowledge preserved, reasoning improved β€” MMLU-Pro unchanged, +6.7 on GSM8K and +10 on ARC-Easy vs. the base model.
  • Tiny & fast β€” runs on a single consumer GPU or CPU; GGUF builds down to 0.6 GB.

Where to get it

Asset Link
Full BF16 model (Transformers) HyperAiCorp/Nova-1-0.8B
GGUF quantizations (llama.cpp / Ollama) HyperAiCorp/Nova-1-0.8B-GGUF

License

Released under Apache-2.0 β€” free for commercial use, modification, and redistribution.

We'd love your feedback β€” try it, break it, and let us know what you'd like to see next. More sizes and capabilities are on the way. πŸš€

β€” The HyperAI team

Sign up or log in to comment