This model is a "compact titan," delivering scientific reasoning and mathematical accuracy that rival much larger architectures.
Based on the latest evaluation, Noir-Ultra shows an exceptionally strong profile in technical domains:
1from transformers import AutoModelForCausalLM, AutoTokenizer
2import torch
3
4model_name = "muverqqw/Noir-Ultra"
5tokenizer = AutoTokenizer.from_pretrained(model_name)
6model = AutoModelForCausalLM.from_pretrained(
7 model_name,
8 load_in_4bit=True, # Recommended for 8GB VRAM
9 device_map="auto"
10)
-
Developer: IceL1ghtning
-
Architecture: Qwen 2.5 (7B)
-
Release: 2026
-
License: Apache 2.0